Commit ed5d08b7 authored by serapath's avatar serapath

FIX file explorer layout related styling bug

parent 7daae650
......@@ -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;
}
......
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