diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-06 17:30:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 17:30:24 +0200 |
commit | 54fbe29d5d803efe4ba73d44b678829f1be06553 (patch) | |
tree | 9ba291c5e199c6c700892507fc6f121a6dc8a2f2 /g4f/gui/client/static/css | |
parent | Update index.html (diff) | |
download | gpt4free-54fbe29d5d803efe4ba73d44b678829f1be06553.tar gpt4free-54fbe29d5d803efe4ba73d44b678829f1be06553.tar.gz gpt4free-54fbe29d5d803efe4ba73d44b678829f1be06553.tar.bz2 gpt4free-54fbe29d5d803efe4ba73d44b678829f1be06553.tar.lz gpt4free-54fbe29d5d803efe4ba73d44b678829f1be06553.tar.xz gpt4free-54fbe29d5d803efe4ba73d44b678829f1be06553.tar.zst gpt4free-54fbe29d5d803efe4ba73d44b678829f1be06553.zip |
Diffstat (limited to 'g4f/gui/client/static/css')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 0aa28ac9..7b805971 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -876,7 +876,6 @@ a:-webkit-any-link { width: 1px; } - .color-picker>fieldset { border: 0; display: flex; @@ -1014,8 +1013,8 @@ a:-webkit-any-link { font-size: 15px; width: 100%; color: var(--colour-3); - min-height: 59px; - height: 59px; + min-height: 50px; + height: 50px; outline: none; padding: var(--inner-gap) var(--section-gap); resize: vertical; @@ -1033,4 +1032,21 @@ a:-webkit-any-link { } ::-webkit-scrollbar-thumb:hover { background: var(--accent) +} + +.hljs { + color: #e9e9f4; + background: #28293629; + border-radius: var(--border-radius-1); + border: 1px solid var(--blur-border); + font-size: 15px; +} + +#message-input { + height: 82px; + margin-left: 20px; +} + +#message-input::-webkit-scrollbar { + width: 5px; }
\ No newline at end of file |