small css updates

This commit is contained in:
2025-07-17 20:29:33 +02:00
parent 7c29f64f6d
commit c5cf6ac3c2
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ function updateSong() {
<img class="h-14 w-14 md:w-24 md:h-24 m-1 rounded-lg"
:src="encodeURI(props.song?.previewimage ? props.song?.previewimage + '?h=56&w=56' : '/default-bg.png')"
loading="lazy" />
<div class="flex flex-col overflow-hidden">
<div class="flex flex-col overflow-hidden text-left">
<p :style="{ color: info }" class="text-nowrap text-ellipsis overflow-hidden text-base info">
<slot name="songName">{{ props.song?.name ? props.song?.name : 'Unknown Title' }}</slot>
</p>