adjust playlist folder design, add animations

This commit is contained in:
jeffvli
2026-05-18 18:34:58 -07:00
parent da4284bac0
commit 3d1095dbd8
4 changed files with 61 additions and 33 deletions
@@ -22,7 +22,7 @@
gap: var(--theme-spacing-md);
align-items: center;
width: 100%;
padding: var(--theme-spacing-xs) var(--theme-spacing-md);
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
font: inherit;
color: inherit;
text-align: left;
@@ -32,12 +32,18 @@
border-radius: var(--theme-radius-md);
&:hover {
background-color: var(--theme-colors-surface);
background-color: var(--theme-colors-background);
}
}
.chevron {
display: flex;
flex-shrink: 0;
align-items: center;
}
.collapse {
overflow: hidden;
}
.name {