Decrease size of search bar and remove outline (#3611)

This ensures that the close button stays in the first line, and doesn't get pushed below the search icon.
This commit is contained in:
Max Rumpf 2017-10-14 17:28:42 +02:00 committed by Fabian Affolter
parent c4f23a2fdb
commit 2473bd8ea9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -23,13 +23,14 @@ $primary-color: #049cdb;
float: right;
.algolia-autocomplete {
width: calc(100% - 58px);
width: calc(100% - 64px);
margin: 0 10px;
}
input {
border: 0;
width: 100%;
outline: none;
}
}
}