From 507becd4909e555e46978f7247eff0be3451f292 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 26 Oct 2025 20:50:39 +0200 Subject: [PATCH] crt stretch --- scripts/dos-httpd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/dos-httpd b/scripts/dos-httpd index e192c27..34479e1 100644 --- a/scripts/dos-httpd +++ b/scripts/dos-httpd @@ -70,6 +70,8 @@ HTML_PAGE = """ border: 1px solid #2b2b2b; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45); padding: 12px; + transform-origin: top center; + transform: scaleY(1.2); box-sizing: content-box; } #terminal .xterm { @@ -163,7 +165,6 @@ HTML_PAGE = """ await waitForDosvgaFont(); const term = new Terminal({ - rendererType: "canvas", cursorBlink: true, convertEol: true, fontFamily: "DOSVGA, Fira Code, Cascadia Mono, Hack, monospace",