fix remove icon

pull/1/head
yann300 8 years ago
parent 6ee4d2e7ef
commit cc6ed4604c
  1. 9
      src/app/file-explorer.js

@ -20,12 +20,9 @@ var css = csjs`
background-color : white;
}
.remove {
align-self : center;
padding-left : 10px;
float : right;
}
.activeMode {
display : flex;
justify-content : space-between;
margin-right : 10px;
padding-right : 19px;
}
@ -70,9 +67,9 @@ function fileExplorer (appAPI, files) {
})
var deleteButton = yo`
<span class=${css.remove} onclick=${deletePath}>
<div class=${css.remove} onclick=${deletePath}>
<i class="fa fa-trash" aria-hidden="true"></i>
</span>
</div>
`
appAPI.event.register('currentFileChanged', (newFile) => {

Loading…
Cancel
Save