From 5f49264768cbd562ce45e26545c3f330ec8462ec Mon Sep 17 00:00:00 2001 From: Tekky <98614666+xtekky@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:36:25 +0000 Subject: ~ gui system prompt spacing The spacing was misaligned, a little increase in the with fixes it --- g4f/gui/client/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css index eb71fa72..6a54db51 100644 --- a/g4f/gui/client/css/style.css +++ b/g4f/gui/client/css/style.css @@ -1013,8 +1013,8 @@ a:-webkit-any-link { font-size: 15px; width: 100%; color: var(--colour-3); - height: 50px; + height: 59px; outline: none; padding: var(--inner-gap) var(--section-gap); resize: vertical; -} \ No newline at end of file +} -- cgit v1.2.3