fix(mobile): bump dock bottom padding 12 -> 20px

Lifts the d-pad and action stack further off the screen edge on
Android (where safe-area-inset-bottom is 0). iOS devices still
compound the inset on top so home-indicator clearance is unchanged.
This commit is contained in:
2026-04-28 23:15:36 +07:00
parent 478931ab22
commit 8c0a45bd3c
+1 -1
View File
@@ -120,7 +120,7 @@
padding:
0
calc(12px + env(safe-area-inset-right))
calc(12px + env(safe-area-inset-bottom))
calc(20px + env(safe-area-inset-bottom))
calc(12px + env(safe-area-inset-left));
box-sizing: border-box;
}