Fix loading box

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-21 20:33:15 +00:00
parent 88ae58368e
commit db2300e4f4
3 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Frontend: ## Frontend:
* Implement error pages. * Implement error pages.
* SVG Logo
* Alerts box should not be clickable, bar should be. * Alerts box should not be clickable, bar should be.
* Issue page: Submit using API. * Issue page: Submit using API.
* Support multiple service origins/destinations: * Support multiple service origins/destinations:

View File

@ -3,6 +3,7 @@ init()
/* Supporting Functions */ /* Supporting Functions */
async function init() { async function init() {
setLoadingDesc(`Loading\nservices`)
var stn = await getQuery("stn"); var stn = await getQuery("stn");
setLoadingDesc(`Loading\n${stn.toUpperCase()}`) setLoadingDesc(`Loading\n${stn.toUpperCase()}`)
log(`init: Looking up: ${stn}`); log(`init: Looking up: ${stn}`);

View File

@ -84,7 +84,6 @@
padding-bottom: 1px; padding-bottom: 1px;
min-width: 90px; min-width: 90px;
max-width: 90px; max-width: 90px;
transition: 0.5s;
} }
#loading p { #loading p {
padding-top: 50px; padding-top: 50px;