From f137bd664adc8b24fdb2115f4259ec0281601a5c Mon Sep 17 00:00:00 2001 From: Raphix Date: Fri, 29 Aug 2025 23:36:58 +0200 Subject: [PATCH] Version 1.0.1-rc3 - Modif erreur responsive --- src/views/Interface.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }