Fix bug where search bar in about:home does nothing

This commit is contained in:
ownedbywuigi 2026-04-01 16:33:21 +01:00
commit 6dfeba05d1
7 changed files with 104 additions and 9 deletions

View file

@ -120,6 +120,7 @@ a {
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
width: 50px;
display: none;
}
#searchSubmit:dir(rtl) {