temporary signout fix, small aesthetics

This commit is contained in:
metacryst
2026-01-12 14:27:19 -06:00
parent 419c8b1151
commit 63304bd281
6 changed files with 13 additions and 5 deletions

View File

@@ -40,6 +40,10 @@ class Sidebar extends Shadow {
.height(100, vh)
.borderRight("1px solid var(--accent)")
.zIndex(3)
.onEvent("themechange", () => {
console.log("change")
this.rerender()
})
}
}