From 899f191b514b3fd7f7a9021e33e3cc468ddbc6fb Mon Sep 17 00:00:00 2001 From: ebolam Date: Tue, 14 Jun 2022 19:26:02 -0400 Subject: [PATCH] Fix for model information not being centered and having the wrong background --- static/custom.css | 4 ++-- templates/index.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@