From 54fbe29d5d803efe4ba73d44b678829f1be06553 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sat, 6 Apr 2024 17:30:24 +0200 Subject: Update style.css --- g4f/gui/client/static/css/style.css | 22 +++++++++++++++++++--- 1 file 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 -- cgit v1.2.3