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