Fix string type dates not being parsed.

Fix table flex alignment

Topbar switcher values now update immediately
This commit is contained in:
louisnw
2024-01-12 17:09:23 +00:00
parent 92b8fd0a04
commit 74db7b5353
5 changed files with 8 additions and 4 deletions

View File

@ -18,7 +18,7 @@ if (!window.Table) {
this.reSize(width, height)
this.container.style.display = 'flex'
this.container.style.flexDirection = 'column'
this.container.style.justifyContent = 'space-between'
// this.container.style.justifyContent = 'space-between'
this.container.style.borderRadius = '5px'
this.container.style.color = 'white'