Adjust the position of the search icon
This commit is contained in:
parent
d43c278d9d
commit
e6a0ab68a5
2 changed files with 7 additions and 2 deletions
|
@ -202,6 +202,9 @@
|
||||||
.search-button {
|
.search-button {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -60,8 +60,7 @@
|
||||||
|
|
||||||
.SearchBar {
|
.SearchBar {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: baseline;
|
align-items: center;
|
||||||
vertical-align: baseline;
|
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
&.-expanded {
|
&.-expanded {
|
||||||
|
@ -76,6 +75,9 @@
|
||||||
.search-button {
|
.search-button {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-bar-input {
|
.search-bar-input {
|
||||||
|
|
Loading…
Reference in a new issue