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

@@ -47,6 +47,11 @@ class Home extends Shadow {
})
a("/signout", "Sign Out")
.paddingVertical(0)
.paddingHorizontal(0.5, em)
.height(2, em)
.lineHeight(2, em)
.fontSize(0.8, em)
.background("transparent")
.border("1px solid var(--accent")
.color("var(--accent)")