From c7e97ef9384c365b4793eb81f64aeb433f703dd7 Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Tue, 31 Jan 2017 20:10:59 +0300 Subject: [PATCH] mobile view toolbar updated --- codex-editor.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/codex-editor.css b/codex-editor.css index 2a077c09..b35457f1 100644 --- a/codex-editor.css +++ b/codex-editor.css @@ -420,8 +420,10 @@ .ce-block{ margin: 0; } - .ce-block__content{ - margin: 0 25px; + .ce-block__content, + .ce-toolbar__content + { + padding: 0 25px; } .ce-toolbar { @@ -441,7 +443,7 @@ } .ce-toolbar__plus { - margin-left: 0; + margin-left: -25px; } .ce-toolbar__plus,