Merge pull request #613 from serapath-contribution/filepanel

FIX file explorer layout related styling bug
pull/1/head
yann300 7 years ago committed by GitHub
commit 65b554fc2c
  1. 9
      src/app/file-explorer.js

@ -21,12 +21,19 @@ var css = csjs`
background-color : white;
}
.remove {
float : right;
margin-left : auto;
padding-left : 5px;
padding-right : 5px;
}
.activeMode {
display : flex;
width : 100%;
margin-right : 10px;
padding-right : 19px;
}
.activeMode > div {
min-width : 10px;
}
ul {
padding : 0;
}

Loading…
Cancel
Save