Compare commits
No commits in common. "99715f6105abbdb5959eac7956cbf9eea4adccff" and "44da77246df58c1f4c8c53771ac8eae1b4a651ca" have entirely different histories.
99715f6105
...
44da77246d
2 changed files with 4 additions and 6 deletions
|
|
@ -4,9 +4,5 @@ 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,6 +42,7 @@
|
||||||
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 */
|
||||||
|
|
@ -58,6 +59,7 @@
|
||||||
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