add a menu bar; and also a favicon because there's now a logo
This commit is contained in:
parent
879d17d904
commit
3380498441
14 changed files with 122 additions and 7 deletions
|
@ -31,6 +31,7 @@ export class BrushEditor extends HTMLElement {
|
|||
);
|
||||
});
|
||||
requestAnimationFrame(() => this.#resizeTextArea());
|
||||
document.fonts.addEventListener("loadingdone", () => this.#resizeTextArea());
|
||||
|
||||
this.errorHeader = this.appendChild(document.createElement("h1"));
|
||||
this.errorHeader.classList.add("error-header");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue