diff --git a/src/views/Interface.vue b/src/views/Interface.vue index 6e01600..f37f326 100644 --- a/src/views/Interface.vue +++ b/src/views/Interface.vue @@ -166,7 +166,7 @@ function checkGuildAvailability() { } -@media screen and (min-width: 769px), screen and (max-width: 1280px), screen and (min-height: 607px) { +@media screen and (min-width: 769px) and (max-width: 1280px) and (min-height: 607px) { .queue { display: none }