Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/src/components/content/ContentTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,17 @@ if (allMedia) {

<div
v-if="titlePosition === 'overlay'"
class="pointer-events-none absolute inset-x-0 bottom-0 z-10 flex flex-col justify-end rounded-lg bg-gradient-to-t from-black via-black/65 to-transparent px-3 pb-3 pt-4"
class="pointer-events-none absolute inset-x-0 bottom-0 z-10 flex flex-col justify-end rounded-lg bg-gradient-to-t from-black via-black/65 to-transparent px-3 pb-1 pt-4"
>
<div class="flex items-start justify-between gap-1.5">
<div class="flex items-end justify-between gap-1.5">
<h3
class="line-clamp-2 text-sm font-semibold leading-snug text-white"
>
{{ content.title }}
</h3>
<PlayIcon
v-if="hasVideo"
class="text mt-5 h-4 w-4 flex-shrink-0 text-white md:hidden"
class="text mt-1 h-4 w-4 flex-shrink-0 text-white md:hidden"
/>
</div>
<p
Expand Down
Loading