From de7454ad1ece7a064f79b787e044b40220e011a9 Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Thu, 7 Dec 2017 08:14:27 -0800 Subject: [PATCH] Fix position of editor view controls These were so far off to the right tht they got cut off by the screen. This aligns them with the user icon --- src/components/Editor/EditorInterface.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor/EditorInterface.css b/src/components/Editor/EditorInterface.css index c8a5d2a3..3b26f13b 100644 --- a/src/components/Editor/EditorInterface.css +++ b/src/components/Editor/EditorInterface.css @@ -69,7 +69,7 @@ .nc-entryEditor-viewControls { position: absolute; top: 10px; - right: -10px; + right: 10px; z-index: 299; }