From 6e0bc147b52cb1e52d7fb3f8dd01d1f33dae201e Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Fri, 3 Jan 2025 20:35:46 +0100 Subject: Support continue messages in Airforce Add auth caching for OpenAI ChatGPT Some provider improvments --- g4f/gui/client/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'g4f/gui/client/static/css') diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 6878766e..1fefbf34 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -564,7 +564,7 @@ body:not(.white) a:visited{ height: 20px; width: 100px; transition: all 0.1s; - background: var(--colour-5); + background: var(--button-hover); margin-top: -30px; z-index: 1005; padding: 6px; @@ -683,7 +683,7 @@ label[for="camera"] { #messages form { position: absolute; width: 100%; - background: var(--colour-5); + background: var(--button-hover); z-index: 2000; } @@ -1354,7 +1354,7 @@ form .field.saved .fa-xmark { .settings .label, form .label, .settings label, form label { font-size: 15px; margin-left: var(--inner-gap); - min-width: 120px; + min-width: 200px; } .settings .label, form .label { -- cgit v1.2.3