restyle left sidebar

Probably not final and missing mobile styling, but far more usable at
desktop sizes.
This commit is contained in:
outfoxxed 2024-10-12 00:23:23 -07:00
parent 492200a42b
commit 2ce79597b5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 34 additions and 75 deletions

View file

@ -102,10 +102,9 @@
.nav-wrapper {
display: block;
width: 250px;
width: 21rem;
position: sticky;
top: 4rem;
left: 1.618rem;
flex-shrink: 0;
overflow: scroll;
max-height: calc(100svh - 8rem);