mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
style(mobile): modal bottom margin when no safe margin is set
This commit is contained in:
parent
3d5868d6b9
commit
8163d2d904
@ -1406,7 +1406,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
|
||||
body.mobile .modal-footer {
|
||||
padding-top: 12px;
|
||||
padding-bottom: env(safe-area-inset-bottom, 12px);
|
||||
padding-bottom: calc(max(env(safe-area-inset-bottom), 12px));
|
||||
}
|
||||
|
||||
body.mobile .help-dialog kbd {
|
||||
|
Loading…
x
Reference in New Issue
Block a user