From af144524cc16ffecf1bba3430af7ee3aa56cb88e Mon Sep 17 00:00:00 2001
From: Alexandros Georgantas <alexgeorg86@gmail.com>
Date: Fri, 17 Mar 2017 13:45:27 +0200
Subject: [PATCH] Minor css fixes

---
 app/components/SimpleEditor/SimpleEditor.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss
index f71f99c..5ab73bb 100644
--- a/app/components/SimpleEditor/SimpleEditor.scss
+++ b/app/components/SimpleEditor/SimpleEditor.scss
@@ -239,11 +239,11 @@ $active-blue: #4a90e2;
       // box-shadow: 0 0 12px $dark-gray;
       height: 100%;
       left: 0;
-      margin-top: 8.8%;
+      margin-top: 167px;
       overflow-x: hidden;
       position: fixed;
       top: 0;
-      width: 150px;
+      width: 7.7%;
       z-index: 1;
     .sc-toolbar {
       border: 0;
@@ -268,7 +268,7 @@ $active-blue: #4a90e2;
     word-wrap: break-word;
     background-color: $white;
     box-shadow: 0 0 8px $dark-gray;
-    margin: 1.5% 14% 7%;
+    margin: 1.5% 17.8% 7%;
     min-height: 100vh;
     padding: 3% 4% 1%;
     transition: .3s;
-- 
GitLab