mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
5137e06f3d
commit
30c4700c30
@ -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