Reduced modals height on mobile, fixed public lobby button bug

This commit is contained in:
NewHappyRabbit
2025-02-24 20:52:06 +02:00
parent f995fc4ec6
commit d9beeb8c60
6 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ export class HelpModal extends LitElement {
@media screen and (max-width: 768px) {
#helpModal .modal-content {
max-height: 100vh;
max-height: 90vh;
max-width: 100vw;
width: 100%;
}