diff --git a/cmd/httpd/main.ha b/cmd/httpd/main.ha index 20c899f..186cb81 100644 --- a/cmd/httpd/main.ha +++ b/cmd/httpd/main.ha @@ -259,9 +259,6 @@ fn handle_exec(buf: *io::stream, serv_req: *http::server_request) (void | badreq defer json::finish(obj); json::set(&obj, "stdout", stdout); json::set(&obj, "stderr", stderr); - json::set(&obj, "id", "123"); - json::set(&obj, "ok", true); - json::set(&obj, "duration", 0.0); json::dump(buf, obj)!; diff --git a/frontend/style.css b/frontend/style.css index 0b9a9b1..e6fb0df 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -115,6 +115,10 @@ div.editor, div.executor { resize: none !important; tab-size: 4; margin-bottom: 10px; + + @media (max-width: 800px) { + margin-top: 10px; + } } .std-output {