mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
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:
parent
c4f23a2fdb
commit
2473bd8ea9
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user