From cc4bf40f97251d9fce6318c9e6b5420fc58fc2be Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 14 Nov 2025 17:37:01 +0000 Subject: [PATCH] Enforce minimum size for record detail artwork on large screens --- lib/music_library_web/live/collection_live/show.html.heex | 2 +- lib/music_library_web/live/wishlist_live/show.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 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 bdfc83df..3cb057a6 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -1,6 +1,6 @@
-
+
<.record_cover record={@record} class="w-full rounded-lg drop-shadow-sm" 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 d741d5b6..ab47ed0b 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -1,6 +1,6 @@
-
+
<.record_cover record={@record} class="w-full rounded-lg drop-shadow-sm"