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:
parent
724540a8b2
commit
4600abed57
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user