Skip to content

Commit

Permalink
fix(v1): mobile safari search input misalignment in header (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsardev authored and yangshun committed Oct 27, 2019
1 parent f14b6ee commit 421598e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/docusaurus-1.x/lib/static/css/main.css
Expand Up @@ -843,7 +843,7 @@ input[type='search'] {
padding-left: 10px;
position: absolute;
right: 10px;
top: 15px;
top: 10px;
}

.navSearchWrapper:before {
Expand Down Expand Up @@ -1382,6 +1382,7 @@ input::placeholder {
transition: background-color 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55),
width 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.2s ease;
width: 100%;
height: 30px;
}

.reactNavSearchWrapper input#search_input_react:focus,
Expand Down

0 comments on commit 421598e

Please sign in to comment.