Parcourir la source

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

JC Brand il y a 3 mois
Parent
commit
ed63691902
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  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%;
             }