mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix Zoom Display issue on iOS (#5404)
This commit is contained in:
@@ -339,3 +339,16 @@ html.is-native-iphone-without-notch {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
html.is-zoomed-native-ios {
|
||||
--ls-headbar-inner-top-padding: 30px;
|
||||
|
||||
@media (orientation: landscape) {
|
||||
--ls-headbar-inner-top-padding: 8px;
|
||||
--ls-headbar-height: 2.5rem;
|
||||
|
||||
.cp__header {
|
||||
@apply shadow z-10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user