make the .nano.html version actually good

This commit is contained in:
2025-07-23 09:31:06 +02:00
parent b08c426877
commit edc0a2d5ba
8 changed files with 68 additions and 50 deletions

View File

@@ -308,5 +308,9 @@ document.addEventListener('scroll', (event) => {
}
#let blocking-code(raw) = {
context html-frame(raw)
if is-nano {
raw
} else {
context html-frame(raw)
}
}