fix (filepage): fix UI glitch on the search bar

This commit is contained in:
Mickael Kerjean 2021-09-16 21:39:09 +10:00
parent 3bfe9d5597
commit be54a23465

View file

@ -63,11 +63,12 @@
margin-top: -10px;
}
}
&.search_focus form input{transition: 0.2s width ease-in;}
&.search_focus form input{transition: 0.2s width ease-in;opacity:1;}
form{
float: right;
margin-top: -3px;
input{
opacity: 0;
font-size: 1em;
margin-top: -3px;
border: none;