Add maintenance notice about generating new map

Have to take the server down while map is generating. The minecraft overviewer
1.13 branch is abysmally slow generating a new map.
This commit is contained in:
2018-08-21 20:20:04 -04:00
parent 1fd090e379
commit 25df631ce8
2 changed files with 19 additions and 0 deletions

View File

@@ -130,3 +130,18 @@ ol li code {
margin-top: 5px;
margin-bottom: 0;
}
.maintenance-notice {
padding: 20px;
background: darkred;
color: white;
}
.maintenance-notice h3 {
margin: 0;
margin-right: 20px;
}
.maintenance-notice h3,span {
display: inline-block;
}