瀏覽代碼

CSS: Set notifications container height

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

+ 1 - 0
sass/_chatbox.scss

@@ -223,6 +223,7 @@
             line-height: 1.3em;
 
             .chat-content__notifications {
+                height: 1em;
                 white-space: pre;
                 background-color: var(--chat-content-background-color);
                 color: var(--subdued-color);