diff options
author | Mélanie Chauvel <perso@hack-libre.org> | 2022-09-07 19:37:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 19:37:46 +0200 |
commit | 9d7c323abdda66423751f3a25faf960674af8a49 (patch) | |
tree | 2af39cc0da0af9277908b43ad54a4a673330ee05 /app/javascript | |
parent | 2a46fcc3ed6b9c013c549d7bcd3f1827ec8c306c (diff) |
Make composers button all aligned and the same size (#1843)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; |