Added PWA and mobile improvements to the UI

This commit is contained in:
NewHappyRabbit
2025-02-24 11:49:58 +02:00
parent 34fff98c99
commit aa24d317c8
10 changed files with 64 additions and 67 deletions
+7
View File
@@ -300,6 +300,13 @@ export class HostLobbyModal extends LitElement {
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
.modal-content {
max-height: calc(100vh - 42px);
max-width: 100vw;
width: 100%;
}
`;
render() {