From 23abd907c25d84f25e523c804fcc9c1557d71714 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 5 Dec 2017 14:04:30 -0500 Subject: [PATCH] visualize usable space in editor view --- src/components/Editor/EditorInterface.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/Editor/EditorInterface.css b/src/components/Editor/EditorInterface.css index 8582264a58a8..ae4076fc6e47 100644 --- a/src/components/Editor/EditorInterface.css +++ b/src/components/Editor/EditorInterface.css @@ -28,6 +28,12 @@ height: 100%; } +.SplitPane, +.nc-entryEditor-noPreviewEditorContainer { + @apply(--card); + border-radius: 0; +} + .nc-entryEditor-containerOuter { width: 100%; height: 100%; @@ -36,7 +42,7 @@ left: 0; overflow: hidden; padding-top: 66px; - background-color: var(--colorForeground); + background-color: var(--colorBackground); } .nc-entryEditor-container { @@ -61,7 +67,7 @@ .nc-entryEditor-viewControls { position: absolute; top: 10px; - right: 0; + right: -10px; z-index: 299; }