summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-11-08 10:00:30 +0100
committerGitHub <noreply@github.com>2023-11-08 10:00:30 +0100
commit7d90d736b4aceb3c026ce9756397f74f7a673156 (patch)
tree856accf3b76e7975be1618e6658803b7fb9e3517
parent~ | g4f `v-0.1.8.1` (diff)
parentRemove height restriction (diff)
downloadgpt4free-7d90d736b4aceb3c026ce9756397f74f7a673156.tar
gpt4free-7d90d736b4aceb3c026ce9756397f74f7a673156.tar.gz
gpt4free-7d90d736b4aceb3c026ce9756397f74f7a673156.tar.bz2
gpt4free-7d90d736b4aceb3c026ce9756397f74f7a673156.tar.lz
gpt4free-7d90d736b4aceb3c026ce9756397f74f7a673156.tar.xz
gpt4free-7d90d736b4aceb3c026ce9756397f74f7a673156.tar.zst
gpt4free-7d90d736b4aceb3c026ce9756397f74f7a673156.zip
-rw-r--r--g4f/gui/client/css/style.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css
index c494de3a..2700de8b 100644
--- a/g4f/gui/client/css/style.css
+++ b/g4f/gui/client/css/style.css
@@ -660,12 +660,6 @@ ul {
}
}
-@media screen and (max-height: 640px) and (min-width: 990px) {
- body {
- height: 87vh
- }
-}
-
.shown {
display: flex;
}
@@ -890,4 +884,4 @@ a:-webkit-any-link {
#send-button:hover {
border: 1px solid #e4d4ffc9;
-} \ No newline at end of file
+}