tui: fix status indicator positioning for better visual alignment

This commit is contained in:
David Hill 2026-03-12 17:13:39 +00:00
commit 69e3924aaf
2 changed files with 3 additions and 3 deletions

View file

@ -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,