give filter field a bit more space
This commit is contained in:
parent
e878b5786e
commit
1de645a990
1 changed files with 9 additions and 0 deletions
|
@ -143,6 +143,15 @@ button.styled {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.LeftPanel .filter {
|
||||||
|
border-bottom: 1px solid rgba(245, 245, 245, 0.90);
|
||||||
|
}
|
||||||
|
|
||||||
|
.LeftPanel .filter input {
|
||||||
|
padding: 0.8em;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.LeftPanel ul {
|
.LeftPanel ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Reference in a new issue