Adding events and better why sectino

This commit is contained in:
metacryst
2025-11-19 15:57:27 -06:00
parent 3588a68bee
commit 2bc5c00830
8 changed files with 91 additions and 21 deletions

View File

@@ -35,11 +35,12 @@ class AppWindow extends Shadow {
.display(this.app ? '' : 'none')
.width(100, "vw")
.height(100, "vh")
.backgroundImage("/_/images/fabric.png")
.backgroundSize("33vw auto")
.position("fixed")
.background("var(--main)")
.top(0)
.left(0)
// .backgroundImage("/_/images/fabric.png")
// .backgroundSize("33vw auto")
// .position("fixed")
}
open(app) {