mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
style(mobile): add safe region for bottom
This commit is contained in:
@@ -57,6 +57,7 @@ body.mobile.context-menu-shown * {
|
|||||||
|
|
||||||
body.mobile #root-widget {
|
body.mobile #root-widget {
|
||||||
padding-top: env(safe-area-inset-top);
|
padding-top: env(safe-area-inset-top);
|
||||||
|
padding-bottom: calc(env(safe-area-inset-bottom) * 0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.desktop #root-widget.horizontal-layout {
|
body.desktop #root-widget.horizontal-layout {
|
||||||
|
|||||||
Reference in New Issue
Block a user