frontend tweaks

This commit is contained in:
metacryst
2026-01-09 04:35:21 -06:00
parent 4a5823e8ea
commit 463dd183f5
8 changed files with 68 additions and 62 deletions

View File

@@ -23,8 +23,8 @@ class AppMenu extends Shadow {
.trim();
}
HStack(() => {
img(cssVariable("house-src"), "1.7em")
img(cssVariable("people-src"), "1.9em")
img(cssVariable("house-src"), "1.5em")
img(cssVariable("people-src"), "1.7em")
})
.justifyContent("center")
.gap(3.5, em)
@@ -34,7 +34,7 @@ class AppMenu extends Shadow {
.x(0).yBottom(0)
.width(100, vw)
.paddingVertical(1, em)
.borderTop("1px solid var(--accent)")
.borderTop("0.5px solid var(--accent)")
.onNavigate(() => {
if(window.location.pathname === "/") {
this.styleMaximized()