Commit 75a48139 authored by yann300's avatar yann300

small css changes

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