mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(ui): top padding of left sidebar on ipad
This commit is contained in:
@@ -207,7 +207,6 @@ html.is-native-ipad {
|
||||
}
|
||||
|
||||
html.is-native-ipad {
|
||||
|
||||
--ls-headbar-inner-top-padding: 0px;
|
||||
--ls-headbar-height: 4rem;
|
||||
|
||||
@@ -247,7 +246,7 @@ html.is-native-ipad {
|
||||
|
||||
.left-sidebar-inner {
|
||||
> .wrap {
|
||||
padding-top: 70px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user