improving styling, fixing bugs with profile, login error handling
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user