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
@@ -28,7 +28,11 @@
|
||||
</div>
|
||||
<hr />
|
||||
<div class="artist">
|
||||
<ArtistName :artists="track.artist" :albumartist="track.albumartist" />
|
||||
<ArtistName
|
||||
:artists="track.artist"
|
||||
:albumartist="track.albumartist"
|
||||
:smaller="true"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
@@ -140,7 +144,6 @@ const playThis = (track: Track) => {
|
||||
}
|
||||
|
||||
.artist {
|
||||
font-size: small;
|
||||
opacity: 0.67;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user