mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix ArtistName component width calculation in vTooltip
+ add tracklist breakpoints to virtual scroll page layout
This commit is contained in:
committed by
Mungai Njoroge
parent
1c3998aa25
commit
61750f7126
@@ -31,6 +31,7 @@
|
||||
<ArtistName
|
||||
:artists="track?.artist || []"
|
||||
:albumartist="track?.albumartist || 'Play something'"
|
||||
:small="true"
|
||||
class="artists"
|
||||
/>
|
||||
</div>
|
||||
@@ -106,9 +107,8 @@ const imguri = paths.images.thumb.large;
|
||||
font-weight: 900;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
.artists {
|
||||
font-size: 0.85rem;
|
||||
opacity: 0.5;
|
||||
margin: 0 auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user