Merge pull request #2367 from unraid/fix/diagnostics-download-offscreen

fix: diagnostics downloads showing offscreen
This commit is contained in:
tom mortensen
2025-09-15 11:48:18 -07:00
committed by GitHub

View File

@@ -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;
}
}