1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

Increase flex-grow parameter of the user list

This commit is contained in:
Maximilian Mader 2018-08-22 23:09:35 +02:00
parent 724540a8b2
commit 4600abed57
Signed by: Max
GPG Key ID: F71D56A3151C4FB3

View File

@ -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 {