diff --git a/webapp/static/clients/codemirror/grail.css b/webapp/static/clients/codemirror/grail.css index c60d9f3..78ca593 100644 --- a/webapp/static/clients/codemirror/grail.css +++ b/webapp/static/clients/codemirror/grail.css @@ -7,21 +7,8 @@ --quiet-form-control-height-md:0.9rem; } -* { - box-sizing: border-box; -} -html { - height: 100%; -} -body { - background: #e4e4e4; - padding: 0; - height: 100vh; - min-height: 100vh; - margin: 0; -} form header { background-color: burlywood; @@ -29,7 +16,7 @@ form header { .page-wrap { background: white; - height: calc(100vh - 10px); + height: 100vh ; display: grid; @@ -37,9 +24,7 @@ form header { grid-template-rows: min-content min-content 1fr min-content; - .navbar * { - box-sizing: content-box; - } + details { @@ -131,4 +116,5 @@ form header { background: #ffecb3; display: flex; justify-content: space-between; + padding:2px; } \ No newline at end of file diff --git a/webapp/static/clients/codemirror/grail.html b/webapp/static/clients/codemirror/grail.html index 10ae499..3694cae 100644 --- a/webapp/static/clients/codemirror/grail.html +++ b/webapp/static/clients/codemirror/grail.html @@ -22,17 +22,17 @@
-