浏览代码

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;
+    }
 }