Adjust search button dimensions
This commit is contained in:
parent
d9b7a2db7f
commit
e600e3b3ce
2 changed files with 6 additions and 0 deletions
|
@ -201,6 +201,7 @@
|
||||||
|
|
||||||
.search-button {
|
.search-button {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
width: 3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,11 @@
|
||||||
height: 29px;
|
height: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-button {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
width: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
.search-bar-input {
|
.search-bar-input {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue