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 = """