From 10add11ba226f25aef3cff87a891076c0aeed9cb Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 25 May 2024 18:29:54 +0200 Subject: [PATCH] fix --- static/style.css | 3 +-- views/chat.html | 20 +++++++++++++++++--- views/partials/popover-conversation.html | 2 +- views/partials/popover-models.html | 2 +- views/partials/popover-settings.html | 5 +++-- views/partials/popover-usage.html | 2 +- 6 files changed, 24 insertions(+), 10 deletions(-) diff --git a/static/style.css b/static/style.css index 9a7ef81..706e1e1 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ body { - padding-bottom: 150px; + padding-bottom: 155px; } html { @@ -73,7 +73,6 @@ html { #chat-input-textarea { width: 100%; - padding-right: 140px; /* Adjust this value based on the button and dropdown width */ box-sizing: border-box; } diff --git a/views/chat.html b/views/chat.html index f90a5e9..c789346 100644 --- a/views/chat.html +++ b/views/chat.html @@ -12,9 +12,9 @@ -