diff --git a/static/custom.css b/static/custom.css index 6a76f750..47d781dd 100644 --- a/static/custom.css +++ b/static/custom.css @@ -368,14 +368,14 @@ body.connected #popupfooter, #popupfooter.always-available { margin-top: 200px; } -#loadpopup { +.loadpopup { width: 500px; background-color: #262626; margin-top: 100px; } @media (max-width: 768px) { - #loadpopup { + .loadpopup { width: 100%; background-color: #262626; margin-top: 100px; diff --git a/templates/index.html b/templates/index.html index 2050001a..fa192b53 100644 --- a/templates/index.html +++ b/templates/index.html @@ -260,7 +260,7 @@