diff --git a/src/app/panels/editor-panel.js b/src/app/panels/editor-panel.js index ecb73a82a2..a2cecc8aa1 100644 --- a/src/app/panels/editor-panel.js +++ b/src/app/panels/editor-panel.js @@ -132,8 +132,11 @@ var css = csjs` right : 20px; top : 10px; width : 20em; + } +` - #files .file { +var cssTabs = yo`` class EditorPanel { constructor (opts = {}) { @@ -223,6 +226,9 @@ class EditorPanel { self._api.txListener.setListenOnNetwork(listenOnNetWork) }) } + if (document && document.head) { + document.head.appendChild(cssTabs) + } } _adjustLayout (direction, delta) { var limitUp = 0