Skip to content

Commit 33765a2

Browse files
committed
refactor: reduce continue_component rounded
1 parent 75ae3db commit 33765a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/media_server_web/components/continue_component.html.heex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<li class="col-span-1 flex shadow-sm rounded-md">
1+
<li class="col-span-1 flex shadow-sm">
22

3-
<%= 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" %>
3+
<%= 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" %>
44

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

0 commit comments

Comments
 (0)