From a1cb83269bb62823c6e818557cb59c71c45dcbcb Mon Sep 17 00:00:00 2001 From: 1n48yg <37918520+1n48yg@users.noreply.github.com> Date: Mon, 3 Sep 2018 01:23:37 -0700 Subject: [PATCH] thrive_style.css (#595) --- scripts/gui/thrive_style.css | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/scripts/gui/thrive_style.css b/scripts/gui/thrive_style.css index a8f8ea880a9..2397748f3cc 100644 --- a/scripts/gui/thrive_style.css +++ b/scripts/gui/thrive_style.css @@ -158,12 +158,28 @@ video { width: auto; } -.MainMenu{ - +.MainMenu +{ position: relative; width: auto; - top:50vh; - margin-top:-140px; + top: 50vh; + margin-top: -140px; +} + +@media (max-height: 899px) +{ + .MainMenu + { + margin-top: -70px; + } +} + +@media (max-height: 720px) +{ + .MainMenu + { + margin-top: -50px; + } } .PauseMenu{