Skip to content

Commit f2fbfc6

Browse files
committed
fixup! feat(lists): compact my lists hub cards
1 parent 18ca057 commit f2fbfc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/client/src/lib/sections/lists/smart/_internal/SmartListSummaryItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
.poster-wrapper {
275275
--poster-index: 0;
276276
277-
--poster-overlap: var(--poster-width) / 5;
277+
--poster-overlap: calc(var(--poster-width) / 5);
278278
--total-poster-width: calc(
279279
(var(--poster-width) - var(--poster-overlap)) * var(--poster-count)
280280
);

0 commit comments

Comments
 (0)