[Perl] DAQ system for the FAPG.
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
roles/dashboard/public/css/app.css
@@ -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;