From 4359be5468e0c00627f6ac08a72ef08664ee67a2 Mon Sep 17 00:00:00 2001 From: pakmmc <105471783+pakmmc@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:55:55 +1300 Subject: Remove height restriction Currently has blank black space at the bottom of the screen on 13" devices --- g4f/gui/client/css/style.css | 8 +------- 1 file changed, 1 insertion(+), 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 +} -- cgit v1.2.3