Skip to content

Commit f4acd19

Browse files
committed
Constant height for coverart images
1 parent 52c96f7 commit f4acd19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/comp/SongView.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
3939
.song-icon {
4040
width: 100px;
41+
height: 100px;
4142
}
4243
4344
.song-text {
@@ -58,6 +59,7 @@
5859
5960
.song-icon {
6061
width: 170px;
62+
height: 170px;
6163
}
6264
</style>
6365
{/if}

0 commit comments

Comments
 (0)