mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Fix quick-find height
This commit is contained in:
parent
888c26bf3d
commit
0a105ff168
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ findbar{
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.findbar-container > .findbar-find-fast{
|
||||
padding: var(--toolbarbutton-inner-padding) 0;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
findbar[hidden]{ transform: translateY(-30px);}
|
||||
|
||||
findbar > .findbar-container,
|
||||
|
|
Loading…
Reference in a new issue