Adding events and better why sectino
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user