From 19bf5b7ef6026069e70b9f1e236cee9112f4718b Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:56:31 +0100 Subject: Fix upload files in demo mode Updates for memory with mem0 Fix asyncio import in nodriver function Add provider specific api endpoints Support for open settings in UI at /chat/settings --- g4f/gui/client/static/css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'g4f/gui/client/static/css/style.css') diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 307fdc3a..45323999 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -221,12 +221,12 @@ body:not(.white) a:visited{ background-color: var(--blur-bg); } -.conversations i, .bottom_buttons i { +.conversations i, .bottom_buttons i, .mem0 button i { color: var(--conversations); cursor: pointer; } -.bottom_buttons i { +.bottom_buttons i, .mem0 button i { width: 14px; } @@ -998,7 +998,7 @@ select:hover, margin: 4px 0; } -.bottom_buttons button { +.bottom_buttons button, .mem0 button { padding: 8px 12px; display: flex; gap: 18px; @@ -1011,10 +1011,15 @@ select:hover, width: 100%; } +.mem0 button { + width: auto; +} + .bottom_buttons button a, .bottom_buttons button span, .bottom_buttons .info a, -.bottom_buttons .info i { +.bottom_buttons .info i, +.mem0 button span { color: var(--colour-3); font-weight: 500; } @@ -1129,7 +1134,6 @@ ul { padding-left: 10px; padding-top: 10px; } - @media screen and (max-width: 990px) { .conversations { display: none; -- cgit v1.2.3