diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-07 16:02:49 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-07 16:02:49 +0200 |
commit | bdc61ca273dde2771c5bc8f93705652842f78d15 (patch) | |
tree | 9074b23a7b1beac359206910e30e205908513a1d /g4f/gui | |
parent | Add local models to gui, Fix You Provider, add AsyncClient (diff) | |
download | gpt4free-bdc61ca273dde2771c5bc8f93705652842f78d15.tar gpt4free-bdc61ca273dde2771c5bc8f93705652842f78d15.tar.gz gpt4free-bdc61ca273dde2771c5bc8f93705652842f78d15.tar.bz2 gpt4free-bdc61ca273dde2771c5bc8f93705652842f78d15.tar.lz gpt4free-bdc61ca273dde2771c5bc8f93705652842f78d15.tar.xz gpt4free-bdc61ca273dde2771c5bc8f93705652842f78d15.tar.zst gpt4free-bdc61ca273dde2771c5bc8f93705652842f78d15.zip |
Diffstat (limited to 'g4f/gui')
-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 b0f7a4a0..4db65863 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -1018,7 +1018,7 @@ a:-webkit-any-link { width: 100%; color: var(--colour-3); min-height: 50px; - height: 50px; + height: 59px; outline: none; padding: var(--inner-gap) var(--section-gap); resize: vertical; |