Pubilc site basically complete, apps are reasonable but could be better looking

This commit is contained in:
metacryst
2025-11-18 06:22:02 -06:00
parent 7f85dbe493
commit 81ca35bf2f
11 changed files with 169 additions and 70 deletions

View File

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