refactor(v2): align search icon to center on mobiles (#2814)

This commit is contained in:
Alexey Pyltsyn 2020-05-27 11:36:13 +03:00 committed by GitHub
parent d391a2bcdb
commit f23d03bd3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@
}
.searchInput {
background-position-x: 0.85rem;
width: 0;
transition: width 0.3s ease-in-out;
}