diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-24 20:09:38 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-24 20:09:38 +0100 |
commit | 0ade2098a66054cac3bb0ade1640eb8123302db4 (patch) | |
tree | 19f2c7f8526f28e4efa75a14ab60d78da2457741 /g4f/gui/client/css/style.css | |
parent | Add FlowGpt provider, Fix issue with None values in api (diff) | |
download | gpt4free-0ade2098a66054cac3bb0ade1640eb8123302db4.tar gpt4free-0ade2098a66054cac3bb0ade1640eb8123302db4.tar.gz gpt4free-0ade2098a66054cac3bb0ade1640eb8123302db4.tar.bz2 gpt4free-0ade2098a66054cac3bb0ade1640eb8123302db4.tar.lz gpt4free-0ade2098a66054cac3bb0ade1640eb8123302db4.tar.xz gpt4free-0ade2098a66054cac3bb0ade1640eb8123302db4.tar.zst gpt4free-0ade2098a66054cac3bb0ade1640eb8123302db4.zip |
Diffstat (limited to 'g4f/gui/client/css/style.css')
-rw-r--r-- | g4f/gui/client/css/style.css | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css index aab7e555..bd42280d 100644 --- a/g4f/gui/client/css/style.css +++ b/g4f/gui/client/css/style.css @@ -129,7 +129,7 @@ body { flex-direction: column; overflow: auto; overflow-wrap: break-word; - padding-bottom: 50px; + padding-bottom: 20px; } .conversation .user-input { @@ -291,7 +291,7 @@ body { .message .content { display: flex; flex-direction: column; - gap: 18px; + gap: 10px; } .message .content, @@ -343,6 +343,26 @@ body { display: block; } +.message .content .provider a, +.message .content .provider { + font-size: 12px; + text-decoration: none; +} + +.message .content .provider a { + font-weight: bold; +} + +.message .content .count { + font-size: 12px; +} + +.count_total { + font-size: 12px; + padding-left: 100px; + padding-top: 10px; +} + .new_convo { padding: 8px 12px; display: flex; @@ -367,7 +387,7 @@ body { .stop_generating, .regenerate { position: absolute; - bottom: 158px; + bottom: 122px; left: 50%; transform: translateX(-50%); z-index: 1000000; |