diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-19 21:25:13 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-19 21:25:13 +0200 |
commit | 04edb6606512172262b33859a42d132012373d88 (patch) | |
tree | b7f8ce9e0a28f2972fab317fdb9df59e6065d0c7 /g4f/gui/client/css/style.css | |
parent | ~ (diff) | |
download | gpt4free-04edb6606512172262b33859a42d132012373d88.tar gpt4free-04edb6606512172262b33859a42d132012373d88.tar.gz gpt4free-04edb6606512172262b33859a42d132012373d88.tar.bz2 gpt4free-04edb6606512172262b33859a42d132012373d88.tar.lz gpt4free-04edb6606512172262b33859a42d132012373d88.tar.xz gpt4free-04edb6606512172262b33859a42d132012373d88.tar.zst gpt4free-04edb6606512172262b33859a42d132012373d88.zip |
Diffstat (limited to 'g4f/gui/client/css/style.css')
-rw-r--r-- | g4f/gui/client/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css index e68b9094..59efeda0 100644 --- a/g4f/gui/client/css/style.css +++ b/g4f/gui/client/css/style.css @@ -627,13 +627,12 @@ ul { } } -@media screen and (max-height: 640px) { +@media screen and (max-height: 640px) and (min-width: 990px) { body { height: 87vh } } - .shown { display: flex; } |