mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 04:05:54 -05:00
Fix PWA menu paddings
This commit is contained in:
@@ -23,6 +23,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (display-mode: standalone) and (max-width: 599px) {
|
||||
.sidebarHeader,
|
||||
.chatHeader {
|
||||
padding-block-start: env(safe-area-inset-top);
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
padding-block-end: env(safe-area-inset-bottom);
|
||||
}
|
||||
}
|
||||
|
||||
.closeButton {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
||||
Reference in New Issue
Block a user