mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-27 21:42:25 +00:00
Added PWA and mobile improvements to the UI
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user