Skip to content

Commit

Permalink
visualize usable space in editor view
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Dec 5, 2017
1 parent c80ddb9 commit 23abd90
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/Editor/EditorInterface.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
height: 100%;
}

.SplitPane,
.nc-entryEditor-noPreviewEditorContainer {
@apply(--card);
border-radius: 0;
}

.nc-entryEditor-containerOuter {
width: 100%;
height: 100%;
Expand All @@ -36,7 +42,7 @@
left: 0;
overflow: hidden;
padding-top: 66px;
background-color: var(--colorForeground);
background-color: var(--colorBackground);
}

.nc-entryEditor-container {
Expand All @@ -61,7 +67,7 @@
.nc-entryEditor-viewControls {
position: absolute;
top: 10px;
right: 0;
right: -10px;
z-index: 299;
}

Expand Down

0 comments on commit 23abd90

Please sign in to comment.