Explorar el Código

CSS fix. Show message actions side-by-side

JC Brand hace 5 años
padre
commit
4a70d97b4e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      sass/_messages.scss

+ 3 - 1
sass/_messages.scss

@@ -219,11 +219,13 @@
             }
 
             .chat-msg__actions {
+                display: flex;
+                flex-wrap: nowrap;
                 .chat-msg__action {
                     height: var(--message-font-size);
                     font-size: var(--message-font-size);
                     padding: 0;
-                    padding-left: 0.2em;
+                    padding-left: 0.5em;
                     border: none;
                     opacity: 0;
                     background: transparent;