temporary signout fix, small aesthetics
This commit is contained in:
5
notes.js
5
notes.js
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user