fix(accounts): center row menus under action header

Anchor the account action track to the table edge and offset only the row menu controls by eight pixels so their centers align with the wider Action label. Remove the previous shared padding approximation and lock the account-specific alignment in the focused regression test.
This commit is contained in:
Sucukdeluxe
2026-08-15 04:44:49 +02:00
parent 1d71860d91
commit b6ce49e7ef
2 changed files with 10 additions and 5 deletions
+7 -4
View File
@@ -668,15 +668,18 @@
opacity: 0.72;
}
.settings-account-column-enable,
.settings-account-column-actions {
.settings-account-column-enable {
display: grid;
place-items: center;
}
.settings-account-table-grid > .settings-account-column-actions,
.settings-account-column-actions {
display: grid;
place-items: center end;
}
.settings-account-row > .settings-account-column-actions {
padding-left: 27px;
padding-right: 19px;
}
.settings-account-hoster {