WebHost: Improve user friendliness of generation failure webpage (#4964)
* 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>
This commit is contained in:
committed by
GitHub
parent
8decde0370
commit
fd879408f3
@@ -13,3 +13,7 @@
|
||||
min-height: 360px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2, h4 {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user