searchbar: Remove superfluous padding

So it's not 6px high when the child revealer is concealed.
This commit is contained in:
Timm Bäder 2017-10-06 11:15:38 +02:00
parent 9125dc7069
commit aef86a8b2c

View File

@ -1381,7 +1381,7 @@ searchbar,
@extend %darkbar;
border-width: 0 0 1px;
padding: 3px;
padding: 0px;
}
%darkbar {