From 4e9a3ceb8f28234cd61d620a2be05d83f1535919 Mon Sep 17 00:00:00 2001 From: jschm42 Date: Fri, 7 Jun 2024 17:04:56 +0200 Subject: [PATCH] Layoutproblem with small displays fixed --- .../src/components/chat/ChatContainer.vue | 5 ----- frontend/src/components/chat/ChatView.vue | 21 ++----------------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/frontend/src/components/chat/ChatContainer.vue b/frontend/src/components/chat/ChatContainer.vue index a4071eba..2ca9595e 100644 --- a/frontend/src/components/chat/ChatContainer.vue +++ b/frontend/src/components/chat/ChatContainer.vue @@ -98,10 +98,5 @@ export default { height: 93vh; } -@media only screen and (min-width: 993px ) { - .chat-container { - height: 98vh; - } -} diff --git a/frontend/src/components/chat/ChatView.vue b/frontend/src/components/chat/ChatView.vue index 13501ea4..06eca304 100644 --- a/frontend/src/components/chat/ChatView.vue +++ b/frontend/src/components/chat/ChatView.vue @@ -19,7 +19,7 @@ - + @@ -46,24 +46,7 @@ - - - - - - - - {{ assistantName }} - - - - - - +