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; - } }