Update:Clamp item descriptions to 4 lines and show more button #2614

This commit is contained in:
advplyr 2024-02-18 11:24:36 -06:00
parent 6e769d1c20
commit 7a570439db
6 changed files with 34 additions and 37 deletions

View file

@ -7,8 +7,8 @@
<widgets-podcast-type-indicator :type="episodeType" />
</div>
<div class="h-10 flex items-center mt-1.5 mb-0.5">
<p class="text-sm text-gray-200 episode-subtitle" v-html="episodeSubtitle"></p>
<div class="h-10 flex items-center mt-1.5 mb-0.5 overflow-hidden">
<p class="text-sm text-gray-200 line-clamp-2" v-html="episodeSubtitle"></p>
</div>
<div class="h-8 flex items-center">
<div class="w-full inline-flex justify-between max-w-xl">