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
@@ -303,7 +303,7 @@ export class HostLobbyModal extends LitElement {
@media screen and (max-width: 768px) {
.modal-content {
max-height: calc(100vh - 42px);
max-height: calc(90vh - 42px);
max-width: 100vw;
width: 100%;
}