Showing members, allowing window resize

This commit is contained in:
metacryst
2026-01-14 17:47:59 -06:00
parent 0f400fe300
commit d57ab2bf7a
19 changed files with 94 additions and 87 deletions

View File

@@ -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)
})