diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-10 15:44:51 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-10 15:44:51 +0200 |
commit | 13a09033fb5a5b5bea2a0dde8054ba22eea62ad8 (patch) | |
tree | abbeb618fca668a60d81cb58d1aeeb8701b30754 /g4f/gui/client/static/css | |
parent | Some small fixes (diff) | |
download | gpt4free-13a09033fb5a5b5bea2a0dde8054ba22eea62ad8.tar gpt4free-13a09033fb5a5b5bea2a0dde8054ba22eea62ad8.tar.gz gpt4free-13a09033fb5a5b5bea2a0dde8054ba22eea62ad8.tar.bz2 gpt4free-13a09033fb5a5b5bea2a0dde8054ba22eea62ad8.tar.lz gpt4free-13a09033fb5a5b5bea2a0dde8054ba22eea62ad8.tar.xz gpt4free-13a09033fb5a5b5bea2a0dde8054ba22eea62ad8.tar.zst gpt4free-13a09033fb5a5b5bea2a0dde8054ba22eea62ad8.zip |
Diffstat (limited to 'g4f/gui/client/static/css')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 6bd9c540..058fd521 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -201,6 +201,7 @@ body { } .conversations .convo .left { + width: 100%; cursor: pointer; display: flex; align-items: center; @@ -226,9 +227,11 @@ body { .convo-title { color: var(--colour-3); font-size: 14px; + max-width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + margin-right: 10px; } .convo-title .datetime { @@ -406,7 +409,7 @@ body { .count_total { font-size: 12px; - padding-left: 100px; + padding-left: 25px; padding-top: 10px; } @@ -674,6 +677,9 @@ select { .settings .bottom_buttons { flex-direction: row; } + .count_total { + padding-left: 98px; + } } .input-box { |