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:
@@ -75,7 +75,10 @@ function showMainUI(){
|
||||
}, 250)
|
||||
|
||||
}, 750)
|
||||
initNews()
|
||||
// Disable tabbing to the news container.
|
||||
initNews().then(() => {
|
||||
$("#newsContainer *").attr('tabindex', '-1')
|
||||
})
|
||||
}
|
||||
|
||||
function showFatalStartupError(){
|
||||
|
||||
Reference in New Issue
Block a user