mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
fix(matrix): use padding-bottom for bottom navigation
The PillNavigation is positioned at the bottom, so the content area needs padding-bottom instead of padding-top. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d492212261
commit
f911243bf0
1 changed files with 2 additions and 2 deletions
|
|
@ -281,9 +281,9 @@
|
|||
transition: all 300ms ease;
|
||||
}
|
||||
|
||||
/* Floating nav mode - add top padding for fixed nav */
|
||||
/* Floating nav mode - add bottom padding for bottom nav */
|
||||
.main-content.floating-mode {
|
||||
padding-top: 80px;
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
|
||||
/* Sidebar mode - add left padding for sidebar nav */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue