* Improve user friendliness of generation failure webpage. * Add details to other render for seedError.html. * Refactor css to avoid !important tags. * Update WebHostLib/static/styles/themes/ocean-island.css Co-authored-by: qwint <qwint.42@gmail.com> * Update WebHostLib/generate.py Co-authored-by: qwint <qwint.42@gmail.com> * use f words * small refactor * Update WebHostLib/generate.py Co-authored-by: qwint <qwint.42@gmail.com> * Fix whitespace. * Update one new use of seedError template for pickling errors. --------- Co-authored-by: qwint <qwint.42@gmail.com>
20 lines
297 B
CSS
20 lines
297 B
CSS
#wait-seed-wrapper{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
max-width: 620px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#wait-seed{
|
|
width: 620px;
|
|
min-height: 360px;
|
|
text-align: center;
|
|
}
|
|
|
|
h2, h4 {
|
|
color: #ffffff;
|
|
}
|