Procházet zdrojové kódy

Provide more space for chatroom header buttons

JC Brand před 6 roky
rodič
revize
d754820471
2 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 4 4
      css/converse.css
  2. 2 2
      sass/_chatrooms.scss

+ 4 - 4
css/converse.css

@@ -10632,13 +10632,13 @@ body.reset {
     min-width: 400px !important;
     width: 400px; }
   #conversejs.converse-overlayed .chatbox.chatroom .chatbox-title {
-    flex: 0 0 66.6666666667%;
-    max-width: 66.6666666667%; }
+    flex: 0 0 58.3333333333%;
+    max-width: 58.3333333333%; }
     #conversejs.converse-overlayed .chatbox.chatroom .chatbox-title .chatroom-description {
       font-size: 80%; }
   #conversejs.converse-overlayed .chatbox.chatroom .chatbox-buttons {
-    flex: 0 0 33.3333333333%;
-    max-width: 33.3333333333%; }
+    flex: 0 0 41.6666666667%;
+    max-width: 41.6666666667%; }
   #conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .occupants-heading {
     padding: 0; }
   #conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .chatroom-features .feature {

+ 2 - 2
sass/_chatrooms.scss

@@ -300,13 +300,13 @@
                 width: $chatroom-width;
             }
             .chatbox-title {
-                @include make-col(8);
+                @include make-col(7);
                 .chatroom-description {
                     font-size: 80%;
                 }
             }
             .chatbox-buttons {
-                @include make-col(4);
+                @include make-col(5);
             }
             .chatroom-body {
                 .occupants {