diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-10 08:14:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 08:14:50 +0200 |
commit | 00951eb79114adf74ad1a3f1ce596e9e0fa932bf (patch) | |
tree | fea75e7745d69b09d91b0003e5dbf12b77380223 /g4f/gui/client/static/css | |
parent | Update Dockerfile (diff) | |
download | gpt4free-0.2.9.2.tar gpt4free-0.2.9.2.tar.gz gpt4free-0.2.9.2.tar.bz2 gpt4free-0.2.9.2.tar.lz gpt4free-0.2.9.2.tar.xz gpt4free-0.2.9.2.tar.zst gpt4free-0.2.9.2.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 32fff3db..8e967806 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -109,7 +109,7 @@ body { } .conversations { - max-width: 280px; + max-width: 300px; padding: var(--section-gap); overflow: auto; flex-shrink: 0; @@ -207,9 +207,9 @@ body { gap: 4px; } -.conversations .convo .fa-trash { +.conversations .convo .fa-ellipsis-vertical { position: absolute; - right: 8px; + right: 14px; } .conversations .convo .choise { @@ -1075,6 +1075,10 @@ a:-webkit-any-link { resize: vertical; } +.settings textarea { + height: 51px; +} + .settings { width: 100%; display: flex; |