|
|
@ -25,6 +25,7 @@
|
|
|
|
.chats-full, .chat-modal {
|
|
|
|
.chats-full, .chat-modal {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
|
|
|
height: calc(100vh - var(--panel-offset) - 70px);
|
|
|
|
|
|
|
|
|
|
|
|
[component="chat/nav-wrapper"] {
|
|
|
|
[component="chat/nav-wrapper"] {
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
@ -607,6 +608,10 @@
|
|
|
|
[component="chat/nav-wrapper"][data-loaded="0"] + [component="chat/main-wrapper"] {
|
|
|
|
[component="chat/nav-wrapper"][data-loaded="0"] + [component="chat/main-wrapper"] {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.chats-full, .chat-modal {
|
|
|
|
|
|
|
|
height: calc(100vh - var(--panel-offset));
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[data-action="pop-out"] {
|
|
|
|
[data-action="pop-out"] {
|
|
|
|