Commit 75a48139 authored by yann300's avatar yann300

small css changes

parent 550670f9
......@@ -88,6 +88,10 @@ var css = csjs`
outline : none;
font-family : monospace;
}
.filter {
padding : 3px;
width : 20em;
}
.dragbarHorizontal {
position : absolute;
......
......@@ -13,7 +13,6 @@ var css = csjs`
display : flex;
align-items : center;
background-color : lightgrey;
border-radius : 5px;
margin : 3px;
cursor : pointer;
}
......@@ -24,6 +23,7 @@ var css = csjs`
white-space : nowrap;
text-overflow : ellipsis;
overflow : hidden;
padding : 3px;
}
.icon {
padding : 0px 5px;
......
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