Skip to content

Commit 9f8fae4

Browse files
committed
fix: playlist card sizing to properly contain icon and count text
1 parent 46bb9ed commit 9f8fae4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ui/PodcastView/PlaylistCard.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@
3333
justify-content: center;
3434
gap: 0.25rem;
3535
width: 100%;
36-
aspect-ratio: 1;
36+
min-height: 5rem;
37+
padding: 0.75rem 0.5rem;
3738
border: 1px solid var(--background-modifier-border);
3839
border-radius: 0.5rem;
3940
text-align: center;
40-
overflow: hidden;
4141
background: var(--background-secondary);
42-
padding: 0.5rem;
4342
cursor: pointer;
4443
transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background-color 150ms ease;
4544
}

0 commit comments

Comments
 (0)