From 53992a1f59ba22f29e0b4ab2a275c9e5ffe341b7 Mon Sep 17 00:00:00 2001 From: joker-x Date: Tue, 21 Jul 2020 09:58:54 +0200 Subject: [PATCH] Apply mobile view if height >= 600px and width >= 320px only --- themes/MetroMumbleLight/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/MetroMumbleLight/main.scss b/themes/MetroMumbleLight/main.scss index aeca56a..84dd800 100644 --- a/themes/MetroMumbleLight/main.scss +++ b/themes/MetroMumbleLight/main.scss @@ -540,7 +540,7 @@ form { /* Mobile view */ -@media only screen and (max-width: 600px) { +@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);