fix(accounts): nudge action controls right

Move the visible Action header and each row menu together six pixels toward the table edge while preserving the fixed action-column width and alignment. Add focused coverage for the shared offset.
This commit is contained in:
Sucukdeluxe
2026-08-15 02:25:14 +02:00
parent b70cab60d1
commit 48430ef045
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -674,6 +674,10 @@
place-items: center;
}
.settings-account-column-actions {
transform: translateX(6px);
}
.settings-account-hoster {
display: flex;
align-items: center;