From 7c1285fdfa3cc4d4815e825a90cc91b05a3ad4f6 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 26 Oct 2025 20:41:35 +0200 Subject: [PATCH] ypu --- scripts/dos-httpd | 213 ++++++++++++++++++++++++++++++---------------- 1 file changed, 140 insertions(+), 73 deletions(-) diff --git a/scripts/dos-httpd b/scripts/dos-httpd index 4434322..e192c27 100644 --- a/scripts/dos-httpd +++ b/scripts/dos-httpd @@ -70,32 +70,24 @@ HTML_PAGE = """ border: 1px solid #2b2b2b; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45); padding: 12px; - width: auto; - height: auto; box-sizing: content-box; } #terminal .xterm { - width: auto !important; - height: auto !important; - } - #terminal .xterm-viewport { - background-color: #000 !important; - overflow: hidden !important; - width: auto !important; - } - #terminal .xterm-rows, - #terminal .xterm-scroll-area { - width: auto !important; - height: auto !important; - } - #terminal .xterm-screen { - width: auto !important; - height: auto !important; + width: 100% !important; + height: 100% !important; } #terminal .xterm .xterm-helper-textarea { width: 0 !important; height: 0 !important; } + #terminal .xterm-viewport, + #terminal .xterm-screen, + #terminal .xterm-rows, + #terminal .xterm-scroll-area { + width: 640px !important; + height: 400px !important; + padding: 0 !important; + } @@ -107,69 +99,144 @@ HTML_PAGE = """