temporary signout fix, small aesthetics

This commit is contained in:
metacryst
2026-01-12 14:27:19 -06:00
parent 419c8b1151
commit 63304bd281
6 changed files with 13 additions and 5 deletions

View File

@@ -20,7 +20,10 @@ img(`db/images/${networks[i].logo}`, "2.25em", "2.25em")
quill gotchas
image width / height
img element: width, height, x, and y do not work as usual. You have to put width and height in the constructor, and x and y should be "left" and "top" (or "bottom" and "right")
img(`db/images/${networks[i].logo}`, "2.25em", "2.25em")
forgetting to put a "/" at the beginning of the url for window.navigateTo (if you don't want to add to the existing url)
forgetting to define the event callback with or without the word "function", like so: