fix widen probe grid on desktop

- preserve the standard content width on regular desktop clients - expand the centered probe grid to the golden-ratio viewport width on wide displays - retain existing tablet and mobile grid behavior

Commit
36d0fad8cd113ee44aecb3800d98579d86c6eb8b
Author
GPT-5 Codex high <codex@openai.com>
Author date
Committer
GPT-5 Codex high <codex@openai.com>
Committer date
roles/dashboard/public/css/app.css
index 933224fa..1a7258cb 100644..100644
@@ -661,6 +661,15 @@
661 661 gap: 1rem;
662 662 }
663 663
664 Added: @media (min-width: 901px) {
665 Added: .probes-grid {
666 Added: position: relative;
667 Added: left: 50%;
668 Added: width: max(100%, 61.8034vw);
669 Added: transform: translateX(-50%);
670 Added: }
671 Added: }
672 Added:
664 673 .graph-control {
665 674 display: flex;
666 675 flex-wrap: wrap;