From 619b36f4804b0f866988116159812b45691e684b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Dec 2019 19:14:39 -0600 Subject: [PATCH] Reduce height of the display areas in landscape mode --- gorge.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gorge.css b/gorge.css index 0023a19..55fa568 100644 --- a/gorge.css +++ b/gorge.css @@ -53,7 +53,7 @@ button { width: 35%; left: 0%; top: 20%; - height: 90%; + height: 80%; margin: auto; font-size: 36px; } @@ -72,7 +72,7 @@ button { width: 20%; right: 5%; top: 20%; - height: 90%; + height: 80%; max-height: 80vh; padding-bottom: 10px; } @@ -659,7 +659,7 @@ div::-webkit-scrollbar-corner { bottom: 0%; z-index: 2; } - + body #discord-link img { top: auto; bottom: 0%;