Various fixes for the news UI.

Made the layout for the status container more comprehensive.
Added a spacer to the bottom of news article content.
Disabled tabbing between the landing and news containers.
This commit is contained in:
Daniel Scalzi
2018-05-10 05:48:55 -04:00
parent 848440ed1c
commit f0a66e7a02
3 changed files with 84 additions and 48 deletions

View File

@@ -75,7 +75,10 @@ function showMainUI(){
}, 250)
}, 750)
initNews()
// Disable tabbing to the news container.
initNews().then(() => {
$("#newsContainer *").attr('tabindex', '-1')
})
}
function showFatalStartupError(){