mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
Merge pull request #2367 from unraid/fix/diagnostics-download-offscreen
fix: diagnostics downloads showing offscreen
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user