mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: line-height problem on song thumbnails
This commit is contained in:
parent
fb1f0c9f8d
commit
9b203374a5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
@contextmenu.prevent="requestContextMenu"
|
||||
@dblclick.prevent="play"
|
||||
>
|
||||
<span>
|
||||
<span class="leading-none">
|
||||
<SongThumbnail :playable="playable" />
|
||||
</span>
|
||||
<main class="flex-1 flex items-start overflow-hidden gap-2">
|
||||
|
|
Loading…
Reference in a new issue