feat(desktop): collapsible sidebar

This commit is contained in:
Adam 2025-11-06 09:48:46 -06:00
parent 146bae82cb
commit 6ba7c54bab
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
9 changed files with 158 additions and 52 deletions

View file

@ -7,7 +7,7 @@
overflow: clip;
[data-slot="list"] {
height: 40px;
height: 48px;
width: 100%;
position: relative;
display: flex;
@ -39,7 +39,7 @@
[data-slot="trigger"] {
position: relative;
height: 100%;
padding: 8px 24px;
padding: 14px 24px;
display: flex;
align-items: center;
color: var(--text-base);