mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-24 17:22:34 +01:00
fix (filepage): fix UI glitch on the search bar
This commit is contained in:
parent
3bfe9d5597
commit
be54a23465
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue