mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 20:02:50 +00:00
refactor(v2): align search icon to center on mobiles (#2814)
This commit is contained in:
parent
d391a2bcdb
commit
f23d03bd3b
|
|
@ -53,6 +53,7 @@
|
|||
}
|
||||
|
||||
.searchInput {
|
||||
background-position-x: 0.85rem;
|
||||
width: 0;
|
||||
transition: width 0.3s ease-in-out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue