Skip to content

Commit

Permalink
refactor: reduce continue_component rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Apr 17, 2022
1 parent 75ae3db commit 33765a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/media_server_web/components/continue_component.html.heex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<li class="col-span-1 flex shadow-sm rounded-md">
<li class="col-span-1 flex shadow-sm">

<%= 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, 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-sm hover:opacity-75" %>

<div class="flex-1 flex items-center justify-between border-t border-r border-b border-slate-200 bg-white rounded-r-md truncate">
<div class="flex-1 flex items-center justify-between border-t border-r border-b border-slate-200 bg-white rounded-r-sm truncate">
<div class="flex-1 px-4 py-2 text-sm text-slate-600 truncate">
<%= live_redirect to: @link, class: "hover:text-slate-800 hover:underline" do %>
<%= @title %>
Expand Down

0 comments on commit 33765a2

Please sign in to comment.