mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
enhance(mobile): adjust padding and height for native Android layout
This commit is contained in:
@@ -19,14 +19,15 @@ html.is-native-ios {
|
||||
}
|
||||
|
||||
html.is-native-android {
|
||||
--silk-topbar-inner-padding-top: 4px;
|
||||
--silk-topbar-inner-height: 40px;
|
||||
--silk-tabbar-bottom-paddding: 32px;
|
||||
--silk-topbar-inner-padding-top: 14px;
|
||||
--silk-topbar-inner-height: 36px;
|
||||
--silk-topbar-inner-padding-bottom: 6px;
|
||||
|
||||
--silk-tabbar-bottom-paddding: 28px;
|
||||
|
||||
.app-silk-search-page {
|
||||
> .hd {
|
||||
padding-top: calc(var(--safe-area-inset-top) + 12px);
|
||||
padding-top: calc(var(--safe-area-inset-top) + 14px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user