Improving the 3 apps

This commit is contained in:
metacryst
2025-11-07 20:14:38 -06:00
parent cb526b5ec0
commit e17efce338
13 changed files with 364 additions and 84 deletions

View File

@@ -0,0 +1,17 @@
class JobsSidebar extends Shadow {
render() {
VStack(() => {
h3("Location")
})
.paddingTop(1, em)
.paddingLeft(3, em)
.paddingRight(3, em)
.gap(1, em)
.borderRight("1px solid var(--periwinkle)")
.minWidth(10, vw)
}
}
register(JobsSidebar)