diff --git a/lib/music_library_web/live/record_set_live/index.html.heex b/lib/music_library_web/live/record_set_live/index.html.heex index fa591101..87ec4f90 100644 --- a/lib/music_library_web/live/record_set_live/index.html.heex +++ b/lib/music_library_web/live/record_set_live/index.html.heex @@ -118,7 +118,7 @@ data-sortable-item data-record-id={item.record.id} class={[ - "flex-none w-24 sm:w-32 group relative", + "flex-none w-32 group relative", is_nil(item.record.purchased_at) && "opacity-60 dark:opacity-40 hover:opacity-100 transition-opacity" ]} @@ -145,7 +145,7 @@
diff --git a/lib/music_library_web/live/record_set_live/show.html.heex b/lib/music_library_web/live/record_set_live/show.html.heex index 7dbe8345..79391c4b 100644 --- a/lib/music_library_web/live/record_set_live/show.html.heex +++ b/lib/music_library_web/live/record_set_live/show.html.heex @@ -108,7 +108,7 @@