mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(ios): remove double safe-area padding from bottom navigation
This commit is contained in:
parent
f2c1c2ab5e
commit
e942db5ade
1 changed files with 6 additions and 0 deletions
|
|
@ -86,6 +86,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
// iOS-specific: remove double safe-area padding
|
||||
// Body already handles safe area, so nav doesn't need its own
|
||||
:host-context(.isIOS) .mobile-bottom-nav {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
// Material Design touch target improvements
|
||||
.nav-button,
|
||||
.add-task-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue