diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index f71f99cf330651cf7000eee63b981b8684cb8f5f..5ab73bb8451e19800193772eef3c68e165e33156 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;