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 {
|
||||
margin-left: 0.5em;
|
||||
width: 3em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -60,8 +60,7 @@
|
|||
|
||||
.SearchBar {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
vertical-align: baseline;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
||||
&.-expanded {
|
||||
|
@ -76,6 +75,9 @@
|
|||
.search-button {
|
||||
margin-left: 0.5em;
|
||||
width: 3em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search-bar-input {
|
||||
|
|
Loading…
Reference in a new issue