mirror of
https://github.com/tiennm99/sokoban.git
synced 2026-09-08 20:20:31 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user