Commit 9321f335 authored by yann300's avatar yann300

rename css filepanel -> filepanel-container

parent cc6ed460
......@@ -181,13 +181,13 @@ var run = function () {
// app.js provides file-panel.js with a css selector or a DOM element
// and file-panel.js adds its elements (including css), see "Editor" above
var css = csjs`
.filepanel {
.filepanel-container {
display : flex;
width : 200px;
}
`
var filepanelContainer = document.querySelector('#filepanel')
filepanelContainer.className = css.filepanel
filepanelContainer.className = css['filepanel-container']
var FilePanelAPI = {
createName: createNonClashingName,
switchToFile: switchToFile,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment