diff --git a/containers/libreportal/frontend/css/backup.css b/containers/libreportal/frontend/css/backup.css index bab47c4..4212c5d 100755 --- a/containers/libreportal/frontend/css/backup.css +++ b/containers/libreportal/frontend/css/backup.css @@ -724,15 +724,19 @@ } /* The location editor reuses the app-detail tab design (.tabs-wrapper / - .tab-button / .tab-panel from style.css). Only trim the panel padding so it - sits inside the backup row's own padding instead of doubling it. */ -.backup-location-details .tab-panel { - padding: 16px 2px 2px; + .tab-button / .tab-panel from style.css). Round the strip's top corners so + it reads as a card (.tabs-content already rounds the bottom), and let the + panel own a comfortable, even padding around the config fields. */ +.backup-location-details .tabs-list { + border-radius: 12px 12px 0 0; } -.backup-location-details .tab-panel > .category-description { - margin-top: 0; - margin-bottom: 12px; +.backup-location-details .tabs-content { + padding: 0; +} + +.backup-location-details .tab-panel { + padding: 20px 22px; } .backup-form-footer { diff --git a/containers/libreportal/frontend/js/components/backup/backup-page.js b/containers/libreportal/frontend/js/components/backup/backup-page.js index d5c0dc8..ec67c31 100644 --- a/containers/libreportal/frontend/js/components/backup/backup-page.js +++ b/containers/libreportal/frontend/js/components/backup/backup-page.js @@ -696,19 +696,16 @@ class BackupPage {
How LibrePortal connects to this storage location.
When to delete old backups from this location.
Overrides most locations don't need.