Skip to content

Commit

Permalink
fix: faster animation for navbar search field
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhakovolexii committed Dec 25, 2024
1 parent b2dcbba commit e6beb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ a.custom-logo-link {
position: absolute;
z-index: 100;
opacity: 1;
transition: all 1s ease;
transition: all 0.5s ease;
}

#main-nav.menu-hidden {
Expand Down Expand Up @@ -593,7 +593,7 @@ a.custom-logo-link {
position: absolute;
width: 0;
opacity: 0;
transition: all 1s ease;
transition: all 0.5s ease;
}
.search-submit {
display: none;
Expand Down

0 comments on commit e6beb91

Please sign in to comment.