diff --git a/containers/libreportal/frontend/components/backup/core/css/backup.css b/containers/libreportal/frontend/components/backup/core/css/backup.css index 1fd5dfa..3caf37f 100755 --- a/containers/libreportal/frontend/components/backup/core/css/backup.css +++ b/containers/libreportal/frontend/components/backup/core/css/backup.css @@ -1355,6 +1355,18 @@ background: rgba(var(--text-rgb), 0.05); border-radius: 4px; letter-spacing: 0.02em; + /* The chip is the last thing in .task-info and .task-actions starts straight + after it, so without this the backup id and the Restore button touch. */ + margin-right: 12px; +} + +/* Roomier rows than the Tasks list they borrow .task-* from. .task-header ships + 4px of vertical padding, which is right for a dense log of tasks and too tight + here: these rows carry a 28px app icon, so the content sat hard against the + card edges. Scoped to the snapshot item so the Tasks page keeps its density. */ +.backup-snapshot-item .task-header { + padding-top: 10px; + padding-bottom: 10px; } .backup-snapshot-tag { display: inline-block;