瀏覽代碼

CSS: set padding for csn container

JC Brand 5 年之前
父節點
當前提交
460d88534e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sass/_chatbox.scss

+ 2 - 2
sass/_chatbox.scss

@@ -213,7 +213,7 @@
             margin-bottom: 0.25em;
         }
         .chat-content {
-            padding: 1em 0;
+            padding: 1em 0 0 0;
             height: 100%;
             font-size: var(--message-font-size);
             color: var(--text-color);
@@ -223,7 +223,7 @@
             line-height: 1.3em;
 
             .chat-content__notifications {
-                height: 1em;
+                height: 1.7em;
                 white-space: pre;
                 background-color: var(--chat-content-background-color);
                 color: var(--subdued-color);