From d75482047164bb08aa7d55d83302380085c4bcfc Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 18 Sep 2018 13:39:04 +0200 Subject: [PATCH] Provide more space for chatroom header buttons --- css/converse.css | 8 ++++---- sass/_chatrooms.scss | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/converse.css b/css/converse.css index 3fd7fd2df..5208a4c8d 100644 --- a/css/converse.css +++ b/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 { diff --git a/sass/_chatrooms.scss b/sass/_chatrooms.scss index a9909a830..5d3977590 100644 --- a/sass/_chatrooms.scss +++ b/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 {