diff --git a/addon/chrome/content/templateEditor.xhtml b/addon/chrome/content/templateEditor.xhtml index a40b455..ebe5e95 100644 --- a/addon/chrome/content/templateEditor.xhtml +++ b/addon/chrome/content/templateEditor.xhtml @@ -48,12 +48,14 @@ padding: 0; margin: 0; height: 100%; - overflow-x: hidden; - overflow-y: auto; word-wrap: break-word; } .viewport { + flex-grow: 1; + flex-shrink: 1; margin: 0 5px 0 5px; + overflow-x: hidden; + overflow-y: auto; } .viewport-container { padding: 0; @@ -63,6 +65,8 @@ display: flex; flex-direction: row; overflow: hidden; + border-bottom: var(--material-border); + background: var(--material-background); } .footer-container { padding: 5px; @@ -102,15 +106,33 @@ type="text/css" href="chrome://__addonRef__/content/lib/css/github-markdown.css" /> +
+