From f7d1ff3a72f3c889461cc40e23351dd81716600c Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Mon, 15 Sep 2025 11:04:09 -0400 Subject: [PATCH] fix: diagnostics downloads showing offscreen --- emhttp/plugins/dynamix/sheets/Diagnostics.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emhttp/plugins/dynamix/sheets/Diagnostics.css b/emhttp/plugins/dynamix/sheets/Diagnostics.css index abf6b0d2a..6c6d588f9 100644 --- a/emhttp/plugins/dynamix/sheets/Diagnostics.css +++ b/emhttp/plugins/dynamix/sheets/Diagnostics.css @@ -22,8 +22,8 @@ pre#swaltext { @media (max-width: 960px) { .sweet-alert.nchan { height: 600px; - width: 900px; - margin-left: -470px; + width: 95vw; + max-width: 900px; } } @media (max-height: 768px) { @@ -34,7 +34,7 @@ pre#swaltext { @media (max-height: 768px) { .sweet-alert.nchan { height: 600px; - width: 900px; - margin-left: -470px; + width: 95vw; + max-width: 900px; } }