prevent long author strings from pushing the player controls down by truncating

This commit is contained in:
Mike Smith 2025-02-06 09:56:42 -05:00
parent 5e5a604d03
commit 3f1a623676
No known key found for this signature in database
GPG key ID: 36EFCD5CDCA0481D

View file

@ -11,7 +11,7 @@
</nuxt-link>
<widgets-explicit-indicator v-if="isExplicit" />
</div>
<div class="text-gray-400 flex items-center w-1/2 sm:w-4/5 lg:w-2/5">
<div class="text-gray-400 flex items-center w-1/2 sm:w-4/5 lg:w-2/5 truncate">
<span class="material-symbols text-sm">person</span>
<div v-if="podcastAuthor" class="pl-1 sm:pl-1.5 text-xs sm:text-base">{{ podcastAuthor }}</div>
<div v-else-if="authors.length" class="pl-1 sm:pl-1.5 text-xs sm:text-base truncate">