Styling improvements
This commit is contained in:
@@ -37,9 +37,11 @@ class AppWindow extends Shadow {
|
||||
})
|
||||
.overflow("scroll")
|
||||
.position("absolute")
|
||||
.width(window.innerWidth - this.calculateWidth(), px)
|
||||
.height(window.innerHeight - this.calculateHeight(), px)
|
||||
.background("var(--app)")
|
||||
.width(window.innerWidth - this.calculateWidth() + 10, px)
|
||||
.height(window.innerHeight - this.calculateHeight() + 10, px)
|
||||
.borderRadius(15, px)
|
||||
.boxShadow("rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px")
|
||||
.background("var(--window)")
|
||||
.x(this.calculateWidth(), px)
|
||||
.yBottom(this.calculateHeight(), px)
|
||||
.onEvent("resize", () => {
|
||||
|
||||
Reference in New Issue
Block a user