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 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-23 01:03:30 +01:00
parent d5512f5fdb
commit bab89df191

View File

@ -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);
}