give filter field a bit more space

This commit is contained in:
Bruno Windels 2020-10-06 13:31:34 +02:00
parent e878b5786e
commit 1de645a990

View file

@ -143,6 +143,15 @@ button.styled {
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 {
padding: 0;
margin: 0;