summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-03-10 20:30:00 +0100
committerGitHub <noreply@github.com>2024-03-10 20:30:00 +0100
commitcf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2 (patch)
treea7aa1d9365793dbf5ecc522ec9342cefd4805f75
parentMerge pull request #1667 from hlohaus/phind2 (diff)
parent~ gui system prompt spacing (diff)
downloadgpt4free-cf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2.tar
gpt4free-cf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2.tar.gz
gpt4free-cf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2.tar.bz2
gpt4free-cf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2.tar.lz
gpt4free-cf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2.tar.xz
gpt4free-cf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2.tar.zst
gpt4free-cf7f5f6cda0f88e45ca957ad63a3fb75d96e0be2.zip
-rw-r--r--g4f/gui/client/css/style.css4
1 files 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
+}