Address Tailwind deprecations and renames
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="md:columns-2 mt-4 px-4">
|
||||
<div class="drop-shadow md:max-w-[38rem]">
|
||||
<div class="drop-shadow-sm md:max-w-[38rem]">
|
||||
<img
|
||||
class="w-full rounded-lg drop-shadow"
|
||||
class="w-full rounded-lg drop-shadow-sm"
|
||||
src={~p"/covers/#{@record.id}?vsn=#{@record.cover_hash}"}
|
||||
alt={@record.title}
|
||||
/>
|
||||
@@ -46,7 +46,7 @@
|
||||
<.focus_wrap
|
||||
id={"actions-#{@record.id}"}
|
||||
class={[
|
||||
"hidden pointer-events-auto absolute right-0 z-10 mt-2 w-48 origin-top-right rounded-md bg-white dark:bg-zinc-800 py-2 shadow-lg ring-1 ring-zinc-900/5 focus:outline-none"
|
||||
"hidden pointer-events-auto absolute right-0 z-10 mt-2 w-48 origin-top-right rounded-md bg-white dark:bg-zinc-800 py-2 shadow-lg ring-1 ring-zinc-900/5 focus:outline-hidden"
|
||||
]}
|
||||
role="menu"
|
||||
aria-orientation="vertical"
|
||||
|
||||
Reference in New Issue
Block a user