Merge pull request #200 from itsgareth/fix/resize-bottom-nav-elements

Proposal: shrink bottom nav items as secondary actions
This commit is contained in:
IsraelGPT 2026-02-16 01:58:07 +02:00 committed by GitHub
commit a034374859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -388,6 +388,18 @@ kbd {
padding: 0;
}
.sidebar-nav.bottom .nav-item a {
padding: 0.5rem 0.75rem;
gap: 0.5rem;
font-size: 0.8125rem;
font-weight: 500;
}
.sidebar-nav.bottom .nav-item a svg {
width: 17px;
height: 17px;
}
.main-content {
grid-area: main;
overflow-y: auto;