From 07ff8f27c4f49738a76c41062a0f2697269c6d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 2 Feb 2022 20:25:36 -0500 Subject: [PATCH] fix: chat width on mobile --- less/chats.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/less/chats.less b/less/chats.less index 409493d..062dad0 100644 --- a/less/chats.less +++ b/less/chats.less @@ -592,6 +592,9 @@ .chats-full, .chat-modal { height: calc(100vh - var(--panel-offset)); } + [component="chat/messages"] { + width: calc(100vw); + } } [data-action="pop-out"] {