Added Alexa Music

This commit is contained in:
2026-07-17 10:12:15 -04:00
parent 92c5268dc8
commit 28a8cb98f6
757 changed files with 151171 additions and 85450 deletions
@@ -45,6 +45,10 @@ export const panelStyles = css`
.filter-bar {
display: flex;
/* Wrap at EVERY width: with six filter dropdowns + action buttons the
bar doesn't fit one line even on wide tablets, and unwrapped flex
compressed the selects into unreadable stubs ("— No v", "Al"). */
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
padding: 8px 0;
@@ -72,6 +76,9 @@ export const panelStyles = css`
border-radius: 4px;
background: var(--card-background-color, #fff);
color: var(--primary-text-color);
/* Readability floor — selects wrap to the next line instead of
shrinking their selected value into ellipsis. */
min-width: 96px;
}
/* Desktop: the LIST owns the 7-column grid and every row is a subgrid