summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-25 21:31:52 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-25 21:31:52 +0100
commit12464bfac01af74e17c40b41462490cedcb3f480 (patch)
tree48af191ea6e62bab6cde66d42095f463202198d4
parentgui: remove cursor on errors (diff)
downloadgpt4free-12464bfac01af74e17c40b41462490cedcb3f480.tar
gpt4free-12464bfac01af74e17c40b41462490cedcb3f480.tar.gz
gpt4free-12464bfac01af74e17c40b41462490cedcb3f480.tar.bz2
gpt4free-12464bfac01af74e17c40b41462490cedcb3f480.tar.lz
gpt4free-12464bfac01af74e17c40b41462490cedcb3f480.tar.xz
gpt4free-12464bfac01af74e17c40b41462490cedcb3f480.tar.zst
gpt4free-12464bfac01af74e17c40b41462490cedcb3f480.zip
-rw-r--r--g4f/gui/client/css/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css
index bd42280d..bed54f88 100644
--- a/g4f/gui/client/css/style.css
+++ b/g4f/gui/client/css/style.css
@@ -541,7 +541,6 @@ label[for="camera"] {
display: flex;
align-items: center;
gap: 16px;
- padding-right: 15px
}
.field .about {
@@ -569,7 +568,16 @@ select {
padding: 8px 16px;
appearance: none;
- width: 250px;
+ width: 160px;
+}
+
+@media only screen and (min-width: 40em) {
+ select {
+ width: 200px;
+ }
+ .field {
+ padding-right: 15px
+ }
}
.input-box {