Adjust process list vertical offset
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Crowdin Action / Crowdin Sync (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled

This commit is contained in:
shamoon
2026-02-14 07:14:14 -08:00
parent ca7dfb56c8
commit cdc96438cd

View File

@@ -46,7 +46,7 @@ export default function Component({ service }) {
let listYPosition = "bottom-4"; let listYPosition = "bottom-4";
if (chart) { if (chart) {
headerYPosition = "-top-6"; headerYPosition = "-top-6";
listYPosition = "-top-3"; listYPosition = "-top-2";
} }
return ( return (