From d03170948af5205952ea592cfcfde2881fe780a0 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 11 Jun 2025 21:03:42 +0300 Subject: [PATCH] Improve display of artist/title in detail page More prominent size for title, more spacing before data --- lib/music_library_web/live/collection_live/show.html.heex | 4 ++-- lib/music_library_web/live/wishlist_live/show.html.heex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index 5f18b4f2..d1512035 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -13,7 +13,7 @@

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

-

+

{@record.title}

@@ -142,7 +142,7 @@ -

+
<%!-- TODO: replace with OSS version --%>
diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index 97fd9a50..ef1a0d87 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -13,7 +13,7 @@

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

-

+

{@record.title}

@@ -163,7 +163,7 @@

-
+
<%!-- TODO: replace with OSS version --%>