Explorar o código

CSS fix. Nickname gets cut off in /me message

JC Brand %!s(int64=6) %!d(string=hai) anos
pai
achega
7feab35a1d
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 2 0
      css/converse.css
  2. 4 0
      sass/_messages.scss

+ 2 - 0
css/converse.css

@@ -11905,6 +11905,8 @@ body.converse-fullscreen {
 
 #conversejs .message.chat-msg--action {
   font-style: italic; }
+  #conversejs .message.chat-msg--action .chat-msg__author {
+    padding-right: 0.2em; }
 
 #conversejs .message.chat-msg {
   display: inline-flex;

+ 4 - 0
sass/_messages.scss

@@ -65,6 +65,10 @@
         }
         &.chat-msg--action {
             font-style: italic;
+
+            .chat-msg__author {
+                padding-right: 0.2em;
+            }
         }
 
         &.chat-msg {