fix(iPad): right sidebar topbar css

pull/3924/head
leizhe 2022-01-13 11:25:02 +08:00 committed by Tienson Qin
parent 691fcf3659
commit 91587571b2
1 changed files with 5 additions and 4 deletions

View File

@ -254,12 +254,13 @@ html.is-native-ipad {
} }
} }
.cp__right-sidebar-settings { .cp__right-sidebar-topbar {
margin-top: -4px; height: calc(var(--ls-headbar-height) + var(--ls-headbar-inner-top-padding));
padding-top: 20px;
} }
.cp__right-sidebar-topbar { .cp__right-sidebar-settings {
padding-top: 37px; margin-top: -4px;
} }
} }