Compare commits

...

2 Commits

Author SHA1 Message Date
librelad
a24bdd8e6c Merge claude/2 2026-05-23 01:03:30 +01:00
librelad
bab89df191 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>
2026-05-23 01:03:30 +01:00

View File

@ -458,6 +458,7 @@
align-items: center; align-items: center;
gap: 12px; gap: 12px;
margin-top: 16px; margin-top: 16px;
margin-bottom: 14px;
padding-top: 14px; padding-top: 14px;
border-top: 1px solid rgba(var(--text-rgb), 0.06); border-top: 1px solid rgba(var(--text-rgb), 0.06);
} }