Sfoglia il codice sorgente

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

JC Brand 3 mesi fa
parent
commit
ed63691902
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  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;
             font-size: var(--font-size-small);
             background-color: var(--background-color);
-            color: white;
+            color: var(--foreground-color);
 
             &.muc-bottom-panel--muted {
-                height: 4em;
+                border-top: 0.25em solid var(--muc-color) !important;
+                display: block;
+                height: 6em;
+                padding-top: 2em;
                 width: 100%;
             }