style(mobile): add safe region for bottom

This commit is contained in:
Elian Doran 2025-01-04 22:56:23 +02:00
parent 5250a6d8da
commit 6e2444d74f
No known key found for this signature in database

View File

@ -57,6 +57,7 @@ body.mobile.context-menu-shown * {
body.mobile #root-widget {
padding-top: env(safe-area-inset-top);
padding-bottom: calc(env(safe-area-inset-bottom) * 0.75);
}
body.desktop #root-widget.horizontal-layout {