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:
Till-JS 2026-01-29 14:52:56 +01:00
parent d492212261
commit f911243bf0

View file

@ -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 */