Tidy request sync controls

This commit is contained in:
2026-01-25 17:52:33 +13:00
parent 580b335268
commit 6ba41b854b
3 changed files with 26 additions and 10 deletions

View File

@@ -1047,6 +1047,17 @@ button span {
flex-wrap: wrap;
}
.sync-actions-block {
display: grid;
gap: 6px;
justify-items: end;
text-align: right;
}
.sync-note {
margin-top: 0;
}
.section-header button {
background: rgba(255, 255, 255, 0.08);
color: var(--ink);