소스 검색

Edit editor style

ghorsington 4 년 전
부모
커밋
bb8288c9a8
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      web/src/routes/rules/easymde-style.css

+ 8 - 0
web/src/routes/rules/easymde-style.css

@@ -14,4 +14,12 @@
     .editor-statusbar {
         @apply text-white;
     }
+
+    .editor-toolbar.fullscreen::after {
+        @apply bg-none border-r-4 border-gray-900;
+    }
+
+    .editor-toolbar.fullscreen::before {
+        @apply bg-none border-l-4 border-gray-900;
+    }
 }