From: Mélanie Chauvel Date: Wed, 7 Sep 2022 17:37:46 +0000 (+0200) Subject: Make composers button all aligned and the same size (#1843) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=fb72162c7a2eff8b19fc7c7e2fe21cd66e75fdf0;p=mastodon.git Make composers button all aligned and the same size (#1843) --- diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 1468bd4f5..da086833c 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -528,7 +528,8 @@ display: flex; flex: 0 0 auto; - & > * { + & .icon-button, + & .text-icon-button { display: inline-block; box-sizing: content-box; padding: 0 3px;