improving styling, fixing bugs with profile, login error handling

This commit is contained in:
metacryst
2026-03-19 07:41:18 -05:00
parent 3a5214ed45
commit 5a56dfa051
9 changed files with 107 additions and 45 deletions

View File

@@ -25,12 +25,13 @@ class Profile extends Shadow {
render() {
ZStack(() => {
p("X")
.color("var(--quillred")
.fontSize(4, em)
p("< Back")
.color("var(--darkred)")
.fontSize(1.5, em)
.position("absolute")
.top(0.5, rem)
.right(2, rem)
.fontFamily("Arial")
.top(2, rem)
.left(2, rem)
.zIndex(1001)
.onClick(() => {
$("appwindowcontainer-").closeProfile()