Showing members, allowing window resize
This commit is contained in:
@@ -19,12 +19,12 @@ class MarketSidebar extends Shadow {
|
||||
input()
|
||||
.attr({
|
||||
"type": "checkbox",
|
||||
"id": "hyperia-check"
|
||||
"id": "Parchment-check"
|
||||
})
|
||||
.onChange(this.handleChecked)
|
||||
label("Hyperia-Made")
|
||||
label("Parchment-Made")
|
||||
.attr({
|
||||
"for": "hyperia-check"
|
||||
"for": "Parchment-check"
|
||||
})
|
||||
.marginLeft(0.5, em)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user