From bab89df1914d4bb0a1f14153f947350892f45e92 Mon Sep 17 00:00:00 2001 From: librelad Date: Sat, 23 May 2026 01:03:30 +0100 Subject: [PATCH] style(backup): add bottom margin to location action row Give the per-location Save changes / Delete location row some breathing room from the bottom of the expanded card. Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- containers/libreportal/frontend/css/backup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/libreportal/frontend/css/backup.css b/containers/libreportal/frontend/css/backup.css index 14cce4f..f3aab44 100755 --- a/containers/libreportal/frontend/css/backup.css +++ b/containers/libreportal/frontend/css/backup.css @@ -458,6 +458,7 @@ align-items: center; gap: 12px; margin-top: 16px; + margin-bottom: 14px; padding-top: 14px; border-top: 1px solid rgba(var(--text-rgb), 0.06); }