nicer buttons

This commit is contained in:
metacryst
2026-02-28 04:56:19 -06:00
parent 21f654bbed
commit bdd260c2b5
5 changed files with 48 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ class Dashboard extends Shadow {
.width(this.COL[type], pct)
.whiteSpace("nowrap")
.overflowX("auto")
.overflowY("hidden");
.overflowY("hidden")
}
spawnModal(msg) {
@@ -25,6 +25,7 @@ class Dashboard extends Shadow {
div.style.left = "50vw"
div.style.top = "50vh"
div.style.padding = "5em"
div.style.borderRadius = "12px"
div.style.position = "fixed"
div.style.backgroundColor = "var(--accent)"
div.style.color = "var(--main)"