From 16c178d85ff84f34b0831fe7b2d9a93627d78f3b Mon Sep 17 00:00:00 2001 From: Roberto Beltran Date: Thu, 18 Mar 2021 02:25:39 -0400 Subject: [PATCH] remove more media queries --- themes/MetroMumbleLight/main.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/themes/MetroMumbleLight/main.scss b/themes/MetroMumbleLight/main.scss index 1350726..0ebfeb9 100644 --- a/themes/MetroMumbleLight/main.scss +++ b/themes/MetroMumbleLight/main.scss @@ -540,13 +540,9 @@ form { /* Mobile view */ -@media only screen and (max-width: 600px) and (min-width: 320px) and (min-height: 600px) { +@media(max-width: 600px) { .handle-vertical, .handle-horizontal { display: none; } - - .dialog { - min-width: 350px; - } }