浏览代码

css: styling for the bottom panel when the user has no voice

JC Brand 3 月之前
父节点
当前提交
ed63691902
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      src/plugins/muc-views/styles/muc-bottom-panel.scss

+ 5 - 2
src/plugins/muc-views/styles/muc-bottom-panel.scss

@@ -8,10 +8,13 @@
             text-align: center;
             text-align: center;
             font-size: var(--font-size-small);
             font-size: var(--font-size-small);
             background-color: var(--background-color);
             background-color: var(--background-color);
-            color: white;
+            color: var(--foreground-color);
 
 
             &.muc-bottom-panel--muted {
             &.muc-bottom-panel--muted {
-                height: 4em;
+                border-top: 0.25em solid var(--muc-color) !important;
+                display: block;
+                height: 6em;
+                padding-top: 2em;
                 width: 100%;
                 width: 100%;
             }
             }