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"] {