Ver Fonte

Edit editor style

ghorsington há 4 anos atrás
pai
commit
bb8288c9a8
1 ficheiros alterados com 8 adições e 0 exclusões
  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;
+    }
 }