summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthewsot@outlook.com>2017-07-27 16:02:24 -0700
committerMatthew Sotoudeh <matthewsot@outlook.com>2017-07-27 16:02:24 -0700
commit7fcc2db0aa72a64afac5adca9311049c79822710 (patch)
tree935b0bc8fe44914cb7b5f7e40e2ec5ae566317ad
parentc0e74f58fa89a6ba60ddefad1dace9df352f99dd (diff)
larger editing area
-rw-r--r--content/styles/editor.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/styles/editor.css b/content/styles/editor.css
index 23966a6..9bc7fbc 100644
--- a/content/styles/editor.css
+++ b/content/styles/editor.css
@@ -30,6 +30,7 @@ main {
}
.CodeMirror.cm-s-default {
width: 48%;
+ height: calc(100vh - 150px);
}
#terminal {
width: 48%;
@@ -38,4 +39,5 @@ main {
background-color: black;
text-align: left;
overflow: hidden;
+ height: calc(100vh - 150px);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback