fix(ios): remove double safe-area padding from bottom navigation

This commit is contained in:
Johannes Millan 2026-01-20 14:54:44 +01:00
parent f2c1c2ab5e
commit e942db5ade

View file

@ -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 {