fix(accounts): move action controls farther right
Shift the visible Action header and every account row menu together twenty pixels toward the table edge while preserving the fixed column width. Update the focused layout regression coverage to require the exact requested offset.
This commit is contained in:
@@ -675,7 +675,7 @@
|
||||
}
|
||||
|
||||
.settings-account-column-actions {
|
||||
transform: translateX(6px);
|
||||
transform: translateX(20px);
|
||||
}
|
||||
|
||||
.settings-account-hoster {
|
||||
|
||||
Reference in New Issue
Block a user