Skip to content

Commit d6b4170

Browse files
authored
fix(ui): preserve full item cover artwork (#352)
1 parent ace36b0 commit d6b4170

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/components/ItemCard.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
display: block;
106106
width: 100%;
107107
height: 100%;
108-
object-fit: cover;
108+
object-fit: contain;
109+
object-position: center;
109110
}
110111
111112
.body {

0 commit comments

Comments
 (0)