Skip to content

Commit

Permalink
Fix variable vod title length due to ellipsis button
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasReumann committed Aug 21, 2023
1 parent 524f125 commit 721e16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/home.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
x-text="vod.FriendlyDateStart()"></span>
</div>
<button type="button" @click="vod.Dropdown.toggle()"
class="md:group-hover:block md:hidden px-2">
class="md:group-hover:opacity-100 md:opacity-0 px-2">
<i class="fa-solid fa-ellipsis-vertical"></i>
</button>
<template x-if="vod.Dropdown.value">
Expand Down

0 comments on commit 721e16c

Please sign in to comment.