tui: fix status indicator positioning for better visual alignment
This commit is contained in:
parent
58db12de6c
commit
69e3924aaf
2 changed files with 3 additions and 3 deletions
|
|
@ -217,7 +217,7 @@ export function StatusPopover() {
|
|||
</div>
|
||||
<div
|
||||
classList={{
|
||||
"absolute top-0 -right-px size-1.5 rounded-full": true,
|
||||
"absolute -top-px -right-px size-1.5 rounded-full": true,
|
||||
"bg-icon-success-base": overallHealthy(),
|
||||
"bg-icon-critical-base": !overallHealthy() && server.healthy() !== undefined,
|
||||
"bg-border-weak-base": server.healthy() === undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue