Skip to content

Commit

Permalink
Decrease size of search bar and remove outline (home-assistant#3611)
Browse files Browse the repository at this point in the history
This ensures that the close button stays in the first line, and doesn't get pushed below the search icon.
  • Loading branch information
Maxr1998 authored and fabaff committed Oct 21, 2017
1 parent c4f23a2 commit 2473bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/custom/_paulus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 2473bd8

Please sign in to comment.