diff --git a/lib/media_server_web/components/poster_component.html.heex b/lib/media_server_web/components/poster_component.html.heex index b27af721..9790f591 100644 --- a/lib/media_server_web/components/poster_component.html.heex +++ b/lib/media_server_web/components/poster_component.html.heex @@ -6,7 +6,7 @@

- <%= live_redirect to: @link, class: "font-medium truncate hover:text-slate-800 hover:underline" do %> + <%= live_redirect to: @link, class: "hover:text-slate-800 hover:underline" do %> <%= @title %> <% end %> diff --git a/lib/media_server_web/components/watch_component.html.heex b/lib/media_server_web/components/watch_component.html.heex index 953ec362..a9a4305b 100644 --- a/lib/media_server_web/components/watch_component.html.heex +++ b/lib/media_server_web/components/watch_component.html.heex @@ -3,8 +3,8 @@ <%= live_redirect "", to: @link, style: "background-image: url('#{ @image_url }')", class: "bg-cover flex-shrink-0 flex items-center justify-center w-16 text-white text-sm font-medium rounded-l-md hover:opacity-75" %>
-
- <%= live_redirect to: @link, class: "text-slate-600 font-medium truncate hover:text-slate-800 hover:underline" do %> +
+ <%= live_redirect to: @link, class: "hover:text-slate-800 hover:underline" do %> <%= @title %> <% end %>