From a7723be0268afd399458e5aa978d25f1541ed12c Mon Sep 17 00:00:00 2001
From: Claudio Ortolina
Date: Sun, 2 Nov 2025 21:04:10 +0000
Subject: [PATCH] Fix maintenance buttons vertical spacing on mobile
---
lib/music_library_web/live/maintenance_live/index.html.heex | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/music_library_web/live/maintenance_live/index.html.heex b/lib/music_library_web/live/maintenance_live/index.html.heex
index 6ff28e09..0b4a7638 100644
--- a/lib/music_library_web/live/maintenance_live/index.html.heex
+++ b/lib/music_library_web/live/maintenance_live/index.html.heex
@@ -12,7 +12,7 @@
)}
- -
+
-
<.button type="button" phx-click="refresh_records_musicbrainz_data">
{gettext("Refresh MusicBrainz data")}
@@ -30,7 +30,7 @@
)}
- -
+
-
<.button disabled type="button" phx-click="refresh_artists_musicbrainz_data">
{gettext("Refresh MusicBrainz data")}
@@ -46,7 +46,7 @@
{gettext("Run lower-level operations on the database")}
- -
+
-
<.button
type="button"
phx-click="db_vacuum"