Fix loading box
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
88ae58368e
commit
db2300e4f4
@ -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:
|
||||
|
@ -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}`);
|
||||
|
@ -84,7 +84,6 @@
|
||||
padding-bottom: 1px;
|
||||
min-width: 90px;
|
||||
max-width: 90px;
|
||||
transition: 0.5s;
|
||||
}
|
||||
#loading p {
|
||||
padding-top: 50px;
|
||||
|
Reference in New Issue
Block a user