diff --git a/containers/libreportal/frontend/css/backup.css b/containers/libreportal/frontend/css/backup.css index 801ba3c..be9b66e 100755 --- a/containers/libreportal/frontend/css/backup.css +++ b/containers/libreportal/frontend/css/backup.css @@ -205,7 +205,10 @@ .backup-app-grid { display: grid; - grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); + /* 2 per row — clicking a tile opens the Back-up checklist modal, so we + no longer need room for inline action buttons. Wider tiles read + better and the System config tile fits one row alongside an app. */ + grid-template-columns: repeat(2, 1fr); gap: 12px; } diff --git a/containers/libreportal/frontend/html/backup-content.html b/containers/libreportal/frontend/html/backup-content.html index 1455527..b8d2796 100644 --- a/containers/libreportal/frontend/html/backup-content.html +++ b/containers/libreportal/frontend/html/backup-content.html @@ -174,6 +174,20 @@ +
+ Pick what to snapshot. Each selection runs in the background and shows up on the Tasks page. +
+