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

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