From 4600abed57c26dea5794569f95d4b05ae68f3958 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Wed, 22 Aug 2018 23:09:35 +0200 Subject: [PATCH] Increase flex-grow parameter of the user list --- files/style/be.bastelstu.chat.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/files/style/be.bastelstu.chat.scss b/files/style/be.bastelstu.chat.scss index 50534a5..fcdcda5 100644 --- a/files/style/be.bastelstu.chat.scss +++ b/files/style/be.bastelstu.chat.scss @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2022-08-16 + * Change Date: 2022-08-22 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 @@ -94,14 +94,11 @@ #tpl_chat_log { } > .boxContainer { - &, - > .box.chatUserList, - > [data-box-identifier="be.bastelstu.chat.roomListSidebar"] { - flex: 1 1 0px; - } + flex: 1 1 0px; > .box { &.chatUserList { + flex: 2 0 0px; min-height: 15rem; > .boxContent { @@ -110,6 +107,7 @@ #tpl_chat_log { } &[data-box-identifier="be.bastelstu.chat.roomListSidebar"] { + flex: 1 1 0px; min-height: 12rem; .badge {