mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +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;
|
float: right;
|
||||||
|
|
||||||
.algolia-autocomplete {
|
.algolia-autocomplete {
|
||||||
width: calc(100% - 58px);
|
width: calc(100% - 64px);
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user