fix(ui): top padding of left sidebar on ipad

This commit is contained in:
charlie
2022-01-06 15:57:29 +08:00
committed by Andelf
parent 3a04cf859a
commit 2e8f799a1c

View File

@@ -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;
}
}