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:
* Implement error pages.
* SVG Logo
* Alerts box should not be clickable, bar should be.
* Issue page: Submit using API.
* Support multiple service origins/destinations:

View File

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

View File

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