mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(iPhone): notification position
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user