mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(iPhone8): remove extra top padding
This commit is contained in:
@@ -209,6 +209,7 @@ html.is-native-ipad {
|
||||
|
||||
#main-content-container {
|
||||
padding-top: 0px;
|
||||
height: calc(100vh - var(--ls-headbar-height));
|
||||
}
|
||||
|
||||
.cp__header > .r {
|
||||
@@ -290,10 +291,6 @@ html.is-native-iphone-without-notch {
|
||||
--ls-headbar-inner-top-padding: 15px;
|
||||
--ls-headbar-height: 2.5rem;
|
||||
|
||||
#main-container {
|
||||
padding-top: 55px;
|
||||
}
|
||||
|
||||
@media (orientation: landscape) {
|
||||
|
||||
--ls-headbar-inner-top-padding: 0px;
|
||||
@@ -302,9 +299,5 @@ html.is-native-iphone-without-notch {
|
||||
.cp__header {
|
||||
@apply shadow z-10;
|
||||
}
|
||||
|
||||
#main-container {
|
||||
padding-top: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user