Allow more probe graphs to flow on desktop clients.

Commit
5e12bf9c6fa854712ea45f24b8ce79b97eec36e9
Author
Codex <codex@openai.com>
Author date
Committer
Codex <codex@openai.com>
Committer date
roles/dashboard/public/css/app.css
index 021b12cb..a93ff534 100644..100644
@@ -657,7 +657,7 @@
657 657
658 658 .probes-grid {
659 659 display: grid;
660 Removed: grid-template-columns: repeat(auto-fit, minmax(min(100%, 28rem), 1fr));
660 Added: grid-template-columns: repeat(4, minmax(0, 1fr));
661 661 gap: 1rem;
662 662 }
663 663
@@ -921,6 +921,10 @@
921 921 }
922 922
923 923 @media (max-width: 900px) {
924 Added: .probes-grid {
925 Added: grid-template-columns: repeat(2, minmax(0, 1fr));
926 Added: }
927 Added:
924 928 .reading-quick-grid {
925 929 grid-template-columns: repeat(2, minmax(0, 1fr));
926 930 }
@@ -1074,6 +1078,10 @@
1074 1078 }
1075 1079
1076 1080 .reading-quick-grid {
1081 Added: grid-template-columns: 1fr;
1082 Added: }
1083 Added:
1084 Added: .probes-grid {
1077 1085 grid-template-columns: 1fr;
1078 1086 }
1079 1087