From: Mélanie Chauvel Date: Wed, 27 Jul 2022 17:17:15 +0000 (+0200) Subject: Use slightly more margin between post buttons (under compose box) (#1816) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9b3b3ef93a1ee4f06b349605f22eaca45bfa5acc;p=mastodon.git Use slightly more margin between post buttons (under compose box) (#1816) --- 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;