fix(iPhone): notification position

This commit is contained in:
leizhe
2022-01-17 14:45:25 +08:00
committed by Andelf
parent 9b50e6e2ad
commit 6a151937d7

View File

@@ -276,6 +276,10 @@ html.is-native-iphone {
}
}
.ui__notifications {
top: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding) - 0.3rem);
}
@media (orientation: landscape) {
--ls-headbar-inner-top-padding: 8px;
--ls-headbar-height: 2.5rem;