diff options
-rw-r--r-- | g4f/gui/client/css/style.css | 8 |
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 +} |