about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMélanie Chauvel <perso@hack-libre.org>2022-09-07 19:37:46 +0200
committerGitHub <noreply@github.com>2022-09-07 19:37:46 +0200
commit9d7c323abdda66423751f3a25faf960674af8a49 (patch)
tree2af39cc0da0af9277908b43ad54a4a673330ee05
parent2a46fcc3ed6b9c013c549d7bcd3f1827ec8c306c (diff)
Make composers button all aligned and the same size (#1843)
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss3
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;