Make modals wider on smaller screens

This commit is contained in:
Quincy Morgan
2020-06-10 09:40:02 -04:00
parent 05d357159d
commit 7c180cc5f3
+2 -2
View File
@@ -4669,9 +4669,9 @@ img.tile-debug {
right: 0;
margin: auto;
z-index: 50;
width: 50%;
width: 80%;
min-width: 200px;
max-width: 600px;
max-width: 550px;
}
.modal .loader {