Merge pull request #77 from NewHappyRabbit/fix-modals-mobile

Reduced modals height on mobile, fixed public lobby button bug
This commit is contained in:
evanpelle
2025-02-24 13:25:46 -08:00
committed by GitHub
6 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -186,7 +186,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%;
}