mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
optimised popups for small screens
This commit is contained in:
parent
4c86fc2b17
commit
3dc24a2ba6
1 changed files with 4 additions and 0 deletions
|
@ -340,6 +340,10 @@
|
|||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
#simplePopupWrapper #simplePopup {
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
.pageSettings {
|
||||
.settingsGroup.quickNav {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue