diff --git a/inspector/static/style.css b/inspector/static/style.css index e27feae..c4d4a83 100644 --- a/inspector/static/style.css +++ b/inspector/static/style.css @@ -24,3 +24,21 @@ table, th, td { .no-entries { color: grey; } + +html, body { + margin: 0; + padding: 4px; + height: 115%; + /*overflow: hidden; !* Prevent scrollbars *!*/ +} + +#editor { + width: 100%; + height: 85vh; +} + + +#editor-container { + margin: 25px; + border: 1px solid lightgray; +} diff --git a/inspector/templates/code.html b/inspector/templates/code.html index 210e985..783d698 100644 --- a/inspector/templates/code.html +++ b/inspector/templates/code.html @@ -3,6 +3,7 @@ {% block head %} + {% endblock %} {% block above_body %} @@ -18,9 +19,34 @@ {% block body %} Report Malicious Package -
+{##} +#} {# Indenting the below- +{#tag will cause rendering issues! #} -
{{- code }}
-{{- code }}
#} +{#