From 88f1b7fae8ea4cadd3648a65ecb3eb6901df6ff7 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 30 Jul 2026 17:08:33 +0300 Subject: [PATCH] layout fixes --- src/App.js | 2 +- src/components/chat_message/chat_message.scss | 2 +- src/components/chat_view/chat_view.scss | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index 934b96713..6bfbf16be 100644 --- a/src/App.js +++ b/src/App.js @@ -186,7 +186,7 @@ export default { return useShoutStore().joined }, isChats() { - return this.$route.name === 'chat' || this.$route.name === 'chats' + return this.$route.name === 'chat' || this.$route.name === 'chats' || this.$route.name === 'conversation2' }, isListEdit() { return this.$route.name === 'lists-edit' diff --git a/src/components/chat_message/chat_message.scss b/src/components/chat_message/chat_message.scss index becf1c0b0..e23ca3bd0 100644 --- a/src/components/chat_message/chat_message.scss +++ b/src/components/chat_message/chat_message.scss @@ -12,7 +12,7 @@ } .attachments { - min-width: 30em; + min-width: 10em; } .quoted-post { diff --git a/src/components/chat_view/chat_view.scss b/src/components/chat_view/chat_view.scss index d8031b1a7..87028c7c4 100644 --- a/src/components/chat_view/chat_view.scss +++ b/src/components/chat_view/chat_view.scss @@ -1,7 +1,5 @@ .chat-view { display: flex; - margin-bottom: -1em; - margin-top: -1em; .chat-list-wrapper { display: flex;