feat(desktop): collapsible sidebar

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

View file

@ -7,6 +7,7 @@
border-radius: 6px;
text-decoration: none;
user-select: none;
cursor: default;
outline: none;
&[data-variant="primary"] {
@ -93,11 +94,12 @@
gap: 8px;
/* text-12-medium */
font-family: var(--font-family-sans);
font-size: var(--font-size-base);
font-size: var(--font-size-small);
font-style: normal;
font-weight: var(--font-weight-medium);
line-height: var(--line-height-large); /* 171.429% */
line-height: var(--line-height-large); /* 166.667% */
letter-spacing: var(--letter-spacing-normal);
}