style(sidebar): shrink bottom nav items as secondary actions
This commit is contained in:
parent
b531d31dc1
commit
83236d5609
1 changed files with 12 additions and 0 deletions
12
styles.css
12
styles.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue