utsushiiro %!s(int64=7) %!d(string=hai) anos
pai
achega
848654a926

+ 2 - 2
src/client/js/components/PageEditor/CodeMirrorEditor.js

@@ -621,8 +621,8 @@ export default class CodeMirrorEditor extends AbstractEditor {
 
   getNavbarItems() {
     // The following styles will be removed after creating icons for the editor navigation bar.
-    const paddingTopBottom54 = {'paddingTop': '5px', 'paddingBottom': '4px'};
-    const paddingBottom6 = {'paddingBottom': '6px'};
+    const paddingTopBottom54 = {'paddingTop': '6px', 'paddingBottom': '5px'};
+    const paddingBottom6 = {'paddingBottom': '7px'};
     const fontSize18 = {'fontSize': '18px'};
 
     return [

+ 2 - 2
src/client/styles/scss/_mixins.scss

@@ -18,7 +18,7 @@
   $header-plus-footer: $header-plus-footer + 2px;   // add .main padding-top
   $editor-margin: $header-plus-footer
                   + 25px        // add .btn-open-dropzone height
-                  + 28px;       // add .navbar-editor height
+                  + 30px;       // add .navbar-editor height
 
   .main {
     width: 100%;
@@ -57,7 +57,7 @@
 
           button {
             margin: 0 2px;
-            padding: 7px;
+            padding: 8px;
             border: none;
             background-color: transparent;
             font-size: 14px;