Commit 65b554fc authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #613 from serapath-contribution/filepanel

FIX file explorer layout related styling bug
parents 7daae650 ed5d08b7
...@@ -21,12 +21,19 @@ var css = csjs` ...@@ -21,12 +21,19 @@ var css = csjs`
background-color : white; background-color : white;
} }
.remove { .remove {
float : right; margin-left : auto;
padding-left : 5px;
padding-right : 5px;
} }
.activeMode { .activeMode {
display : flex;
width : 100%;
margin-right : 10px; margin-right : 10px;
padding-right : 19px; padding-right : 19px;
} }
.activeMode > div {
min-width : 10px;
}
ul { ul {
padding : 0; padding : 0;
} }
......
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