Compare commits
2 commits
44da77246d
...
99715f6105
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99715f6105 | ||
|
|
2bc98414b1 |
2 changed files with 6 additions and 4 deletions
|
|
@ -4,5 +4,9 @@ import init, { start } from "cgol";
|
||||||
|
|
||||||
document.getElementById("ansi-art")!.innerHTML = Jet;
|
document.getElementById("ansi-art")!.innerHTML = Jet;
|
||||||
|
|
||||||
|
try {
|
||||||
await init();
|
await init();
|
||||||
start();
|
start();
|
||||||
|
} catch (e) {
|
||||||
|
console.error("WASM init failed:", e);
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden; /* Disable scrolling */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Desktop font size */
|
/* Desktop font size */
|
||||||
|
|
@ -59,7 +58,6 @@
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden; /* Disable scrolling */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Global focus ring styles for all tabbable elements */
|
/* Global focus ring styles for all tabbable elements */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue