Skip to content

Commit

Permalink
disable findbar auto-hide feature
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed Jun 5, 2024
1 parent c359b26 commit 0c9c7d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/bar/findbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ findbar {
}

/* Auto-hide findbar after Ns when unfocused */
/*
findbar:not(:focus-within) {
opacity: 0 !important;
margin-top: -100px !important;
transition:
opacity 0.8s ease-in-out 5s,
margin-top 0.8s ease-in-out 5s !important;
}
*/

.findbar-container > .findbar-find-fast {
padding: var(--toolbarbutton-inner-padding) 1px;
Expand Down

0 comments on commit 0c9c7d8

Please sign in to comment.