Fix misalignment
This commit is contained in:
parent
38c70f7b25
commit
f7227bf3d4
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ input[type="search"] {
|
||||||
|
|
||||||
.search-widget-container {
|
.search-widget-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 8px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
box-shadow: 0 0 0 rgba(0,0,0,0.2);
|
box-shadow: 0 0 0 rgba(0,0,0,0.2);
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
|
|
Loading…
Reference in a new issue