From 147f34c1fda12f7010f77c03ab46a8ab0b55fb20 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 24 Jul 2026 17:13:59 +0300 Subject: [PATCH] styles for inputbox --- src/components/chat_view/chat_view.scss | 4 ++++ src/components/chat_view/chat_view.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/chat_view/chat_view.scss b/src/components/chat_view/chat_view.scss index c490546bc..d8031b1a7 100644 --- a/src/components/chat_view/chat_view.scss +++ b/src/components/chat_view/chat_view.scss @@ -48,6 +48,10 @@ .footer { position: sticky; + display: flex; + align-items: stretch; + flex-direction: column; + padding: 0; bottom: 0; z-index: 1; } diff --git a/src/components/chat_view/chat_view.vue b/src/components/chat_view/chat_view.vue index f24c892fd..254b8712e 100644 --- a/src/components/chat_view/chat_view.vue +++ b/src/components/chat_view/chat_view.vue @@ -49,7 +49,7 @@