mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 12:30:22 +00:00
Reduced modals height on mobile, fixed public lobby button bug
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user