fix: move pencil/save buttons to start of config bar for consistency
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 57s
CI / docker (push) Successful in 50s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 35s

Pencil icon and Save/Cancel buttons now appear at the left side of
the AgentHealth config bar, matching the admin overview table where
the edit column is at the start of each row.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-26 15:38:36 +01:00
parent 74fa08f41f
commit 4433b26bf8
2 changed files with 5 additions and 7 deletions

View File

@@ -106,7 +106,6 @@
line-height: 1;
display: inline-flex;
align-self: flex-end;
margin-left: auto;
}
.configEditBtn:hover {
@@ -118,7 +117,6 @@
display: flex;
gap: 8px;
align-self: flex-end;
margin-left: auto;
}
.configSaveBtn {