wip: desktop work

This commit is contained in:
Adam 2025-10-22 17:31:44 -05:00
commit 89b703c387
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
38 changed files with 1353 additions and 638 deletions

View file

@ -12,7 +12,6 @@
scrollbar-width: none;
[data-slot="item"] {
cursor: pointer;
width: 100%;
padding: 4px 12px;
text-align: left;
@ -23,6 +22,9 @@
&[data-active="true"] {
background-color: var(--surface-raised-base-hover);
}
&:hover {
background-color: var(--surface-raised-base-hover);
}
&:focus {
outline: none;
}