Fix for model information not being centered and having the wrong background

This commit is contained in:
ebolam
2022-06-14 19:26:02 -04:00
parent 462206fa86
commit 899f191b51
2 changed files with 7 additions and 7 deletions

View File

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