kawasaki hirotsugu 7 سال پیش
والد
کامیت
cddf37144e
1فایلهای تغییر یافته به همراه7 افزوده شده و 4 حذف شده
  1. 7 4
      resource/styles/scss/_on-edit.scss

+ 7 - 4
resource/styles/scss/_on-edit.scss

@@ -96,9 +96,12 @@ body.on-edit {
         // left(editor)
         // left(editor)
         .page-editor-editor-container {
         .page-editor-editor-container {
           height: calc(100vh - #{$header-plus-footer});
           height: calc(100vh - #{$header-plus-footer});
-        .add-icon .CodeMirror-cursor &:after {
-          font-family: 'FontAwesome';
-          content: '\f0ce';
+        }
+        .add-icon .CodeMirror-cursor {
+          &:after {
+            font-family: 'FontAwesome';
+            content: '\f0ce';
+          }
         }
         }
         .react-codemirror2, .CodeMirror, .CodeMirror-scroll {
         .react-codemirror2, .CodeMirror, .CodeMirror-scroll {
           height: calc(100vh - #{$editor-margin});
           height: calc(100vh - #{$editor-margin});
@@ -108,7 +111,7 @@ body.on-edit {
           }
           }
         }
         }
       }
       }
-      }
+
 
 
       .page-editor-footer {
       .page-editor-footer {
         width: 100%;
         width: 100%;