wip: desktop work

This commit is contained in:
Adam
2025-10-24 12:38:00 -05:00
parent 9ae3d74adc
commit efe7f01f41

View File

@@ -6,6 +6,7 @@
align-self: stretch;
border-radius: 8px;
border: 1px solid var(--border-weak-base);
overflow: clip;
[data-slot="accordion-item"] {
width: 100%;
@@ -64,6 +65,9 @@
[data-slot="accordion-trigger"] {
border-bottom: none;
}
&[data-expanded] {
border-bottom: none;
}
}
&[data-expanded] {