Commit d7548204 authored by JC Brand's avatar JC Brand

Provide more space for chatroom header buttons

parent 26535ed4
...@@ -10632,13 +10632,13 @@ body.reset { ...@@ -10632,13 +10632,13 @@ body.reset {
min-width: 400px !important; min-width: 400px !important;
width: 400px; } width: 400px; }
#conversejs.converse-overlayed .chatbox.chatroom .chatbox-title { #conversejs.converse-overlayed .chatbox.chatroom .chatbox-title {
flex: 0 0 66.6666666667%; flex: 0 0 58.3333333333%;
max-width: 66.6666666667%; } max-width: 58.3333333333%; }
#conversejs.converse-overlayed .chatbox.chatroom .chatbox-title .chatroom-description { #conversejs.converse-overlayed .chatbox.chatroom .chatbox-title .chatroom-description {
font-size: 80%; } font-size: 80%; }
#conversejs.converse-overlayed .chatbox.chatroom .chatbox-buttons { #conversejs.converse-overlayed .chatbox.chatroom .chatbox-buttons {
flex: 0 0 33.3333333333%; flex: 0 0 41.6666666667%;
max-width: 33.3333333333%; } max-width: 41.6666666667%; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .occupants-heading { #conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .occupants-heading {
padding: 0; } padding: 0; }
#conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .chatroom-features .feature { #conversejs.converse-overlayed .chatbox.chatroom .chatroom-body .occupants .chatroom-features .feature {
......
...@@ -300,13 +300,13 @@ ...@@ -300,13 +300,13 @@
width: $chatroom-width; width: $chatroom-width;
} }
.chatbox-title { .chatbox-title {
@include make-col(8); @include make-col(7);
.chatroom-description { .chatroom-description {
font-size: 80%; font-size: 80%;
} }
} }
.chatbox-buttons { .chatbox-buttons {
@include make-col(4); @include make-col(5);
} }
.chatroom-body { .chatroom-body {
.occupants { .occupants {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment