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;