summaryrefslogtreecommitdiff
path: root/public/js/lib/editor/index.js
diff options
context:
space:
mode:
authorPedro Ferreira2019-04-12 11:45:44 +0200
committerPedro Ferreira2019-05-12 20:15:46 +0200
commit26dacde9591b4994529d8f536712b797cef5a36f (patch)
tree0cbee17b898776a5a8ea479ca5da15ecf120e2e7 /public/js/lib/editor/index.js
parent1801febfe6055102e8a55b98ada6130faa9de6b6 (diff)
Fix toolbar day mode
Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st>
Diffstat (limited to 'public/js/lib/editor/index.js')
-rw-r--r--public/js/lib/editor/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/js/lib/editor/index.js b/public/js/lib/editor/index.js
index c48faea2..8553caa9 100644
--- a/public/js/lib/editor/index.js
+++ b/public/js/lib/editor/index.js
@@ -3,6 +3,8 @@ import config from './config'
import statusBarTemplate from './statusbar.html'
import toolBarTemplate from './toolbar.html'
+import '../../../css/ui/toolbar.css'
+
/* config section */
const isMac = CodeMirror.keyMap.default === CodeMirror.keyMap.macDefault
const defaultEditorMode = 'gfm'