fix: chat width on mobile

main
Barış Soner Uşaklı 3 years ago
parent 5e0d191656
commit 07ff8f27c4

@ -592,6 +592,9 @@
.chats-full, .chat-modal { .chats-full, .chat-modal {
height: calc(100vh - var(--panel-offset)); height: calc(100vh - var(--panel-offset));
} }
[component="chat/messages"] {
width: calc(100vw);
}
} }
[data-action="pop-out"] { [data-action="pop-out"] {

Loading…
Cancel
Save