From 3d206132611cab3254ffe45cb0f49855876fd035 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Mon, 24 Apr 2017 11:46:15 +0300 Subject: [PATCH] notes toolbar --- app/components/SimpleEditor/notesEditor/notesEditor.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/SimpleEditor/notesEditor/notesEditor.scss b/app/components/SimpleEditor/notesEditor/notesEditor.scss index 41c4ce5..35501b0 100644 --- a/app/components/SimpleEditor/notesEditor/notesEditor.scss +++ b/app/components/SimpleEditor/notesEditor/notesEditor.scss @@ -6,16 +6,18 @@ $background: #fff; margin-top: 6px; .se-toolbar-wrapper { + .sc-toolbar { background-color: $background; border: 0; + float: left; } } .se-scrollable { + background: $background; margin-top: 0; min-height: 95px; - background: $background; .se-content { background: $background; @@ -31,8 +33,8 @@ $background: #fff; border-left: 1px dashed $red; margin-left: 8%; li { - max-width: 109%; - min-width: 109%; + max-width: 60%; + min-width: 60%; } } } -- GitLab