From 8dedb94bd25067eb9b69580e27f5181c0aa9ee09 Mon Sep 17 00:00:00 2001 From: Roberto Beltran Date: Thu, 18 Mar 2021 02:18:05 -0400 Subject: [PATCH] rip out crusty media queries --- themes/MetroMumbleLight/main.scss | 33 ------------------------------- 1 file changed, 33 deletions(-) diff --git a/themes/MetroMumbleLight/main.scss b/themes/MetroMumbleLight/main.scss index 84dd800..1350726 100644 --- a/themes/MetroMumbleLight/main.scss +++ b/themes/MetroMumbleLight/main.scss @@ -542,39 +542,6 @@ form { @media only screen and (max-width: 600px) and (min-width: 320px) and (min-height: 600px) { - .toolbar-horizontal ~ .channel-root-container, .toolbar-vertical ~ .channel-root-container { - height:calc(100% - 440px); - position:static; - width:100%; - } - - .toolbar-horizontal ~ .chat, .toolbar-vertical ~ .chat { - position:fixed; - bottom: 60px; - left:0; - width:100%; - height:330px; - y-overflow:auto; - font-size:0.8em; - z-index:10; - } - - .toolbar-vertical { - flex-direction: row; - height: 36px; - margin-top: 4px; - margin-left: 1%; - padding-left: 5px; - } - - #message-box { - margin: 10px 5px 10px 5px; - padding: 10px; - height: 2em; - font-size: 1.2em; - font-weight: bold; - } - .handle-vertical, .handle-horizontal { display: none; }