Version 1.0.1-rc3 - Modif erreur responsive
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 32s

This commit is contained in:
2025-08-29 23:36:58 +02:00
parent de2be3c213
commit f137bd664a

View File

@@ -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 { .queue {
display: none display: none
} }