From d5238eb35c2c80217776f254aafd0cf21818cc32 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 28 Feb 2026 09:55:47 +0000 Subject: [PATCH] Stabilize record detail layout --- lib/music_library_web/live/collection_live/show.ex | 6 +++--- lib/music_library_web/live/wishlist_live/show.ex | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/music_library_web/live/collection_live/show.ex b/lib/music_library_web/live/collection_live/show.ex index 4682c735..0199d0ef 100644 --- a/lib/music_library_web/live/collection_live/show.ex +++ b/lib/music_library_web/live/collection_live/show.ex @@ -27,15 +27,15 @@ defmodule MusicLibraryWeb.CollectionLive.Show do def render(assigns) do ~H""" -
-
+
+
<.record_cover record={@record} class="w-full rounded-lg drop-shadow-sm" />
-
+

<.artist_links joinphrase_class="text-sm" artists={@record.artists} /> diff --git a/lib/music_library_web/live/wishlist_live/show.ex b/lib/music_library_web/live/wishlist_live/show.ex index f4e5c383..05c3366f 100644 --- a/lib/music_library_web/live/wishlist_live/show.ex +++ b/lib/music_library_web/live/wishlist_live/show.ex @@ -24,15 +24,15 @@ defmodule MusicLibraryWeb.WishlistLive.Show do def render(assigns) do ~H""" -
-
+
+
<.record_cover record={@record} class="w-full rounded-lg drop-shadow-sm" />
-
+

<.artist_links joinphrase_class="text-sm" artists={@record.artists} />