From f3c50f05b8937d7e146db0c5293d49460bd16904 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 22 Mar 2026 18:58:12 +0000 Subject: [PATCH] Fix gaps and margins --- lib/music_library_web/live/stats_live/index.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/music_library_web/live/stats_live/index.ex b/lib/music_library_web/live/stats_live/index.ex index ab348852..093513bd 100644 --- a/lib/music_library_web/live/stats_live/index.ex +++ b/lib/music_library_web/live/stats_live/index.ex @@ -22,11 +22,11 @@ defmodule MusicLibraryWeb.StatsLive.Index do wishlist_count={@wishlist_count} scrobble_count={@scrobble_count} /> -
+
<.formats_stats collection_count_by_format={@collection_count_by_format} /> <.types_stats collection_count_by_type={@collection_count_by_type} />
-
+
<.on_this_day current_date={@current_date} records_on_this_day={@records_on_this_day} /> @@ -37,7 +37,7 @@ defmodule MusicLibraryWeb.StatsLive.Index do streams={@streams} /> -
+
<.top_collection_artists records_by_artist={@records_by_artist} /> <.top_collection_genres records_by_genre={@records_by_genre} /> <.top_release_years records_by_release_year={@records_by_release_year} />