mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-30 19:36:24 +00:00
Update latency-detail-modal.tsx
This commit is contained in:
@@ -431,13 +431,9 @@ const generateLatencyReport = (report: ReportData) => {
|
|||||||
svg { max-width: 100%; height: auto; }
|
svg { max-width: 100%; height: auto; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile print adjustments */
|
/* NOTE: No mobile-specific print overrides — print layout is always A4/desktop
|
||||||
@media print and (max-width: 600px) {
|
regardless of the device generating the PDF. The @media print block above
|
||||||
.exec-box { flex-direction: column; gap: 15px; }
|
handles all necessary print adjustments. */
|
||||||
.latency-gauge { width: 100%; }
|
|
||||||
.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
|
|
||||||
.latency-range { flex-wrap: wrap; gap: 12px; }
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user