diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-17 10:38:22 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-17 10:38:22 +0200 |
commit | f72ea59a9968efb698abad0a6d130226e3a8105f (patch) | |
tree | ca33b8a28a923bd1a92b74a206cdfc62c63732ad | |
parent | Fix DuckDuckGo Provider issues (diff) | |
download | gpt4free-f72ea59a9968efb698abad0a6d130226e3a8105f.tar gpt4free-f72ea59a9968efb698abad0a6d130226e3a8105f.tar.gz gpt4free-f72ea59a9968efb698abad0a6d130226e3a8105f.tar.bz2 gpt4free-f72ea59a9968efb698abad0a6d130226e3a8105f.tar.lz gpt4free-f72ea59a9968efb698abad0a6d130226e3a8105f.tar.xz gpt4free-f72ea59a9968efb698abad0a6d130226e3a8105f.tar.zst gpt4free-f72ea59a9968efb698abad0a6d130226e3a8105f.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 795bc00c..2f1043b2 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -855,7 +855,7 @@ ul { gap: 15px; } - .mobile-sidebar { 0 0 0 + .mobile-sidebar { display: flex; } |