diff options
author | Mélanie Chauvel <perso@hack-libre.org> | 2022-07-27 19:17:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 19:17:15 +0200 |
commit | f174ce1048e91a42e6bbed44011c2496bca74a3e (patch) | |
tree | 6e6fd274de122575291a51fdab4d2a2317dec9e0 /app/javascript/flavours/glitch/styles/components | |
parent | 3a7c641dd4db1d67b172f731518b472d58dd2262 (diff) |
Use slightly more margin between post buttons (under compose box) (#1816)
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 6d45c110c..1468bd4f5 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -634,7 +634,7 @@ & > .side_arm { display: inline-block; - margin: 0 2px; + margin: 0 5px; padding: 7px 0; width: 36px; text-align: center; |