edelvarden / material-fox-updated

Firefox theme looks similar to Chrome
MIT License
228 stars 12 forks source link

[Feature Request]: "Search with" option below the search suggestions #54

Open gitcarky opened 2 weeks ago

gitcarky commented 2 weeks ago

Description

This problem is similar to #49, for... The problem wasn't described correctly, I think. Below the search suggestions, there is an option that allows us to choose a search engine. Both in the address bar and in the search bar. image I had this problem trying to add a Mycroft site as a search engine, only I didn't see the option available.

Additional info (Optional)

Firefox version: 126.1 Operating system: Windows 11

edelvarden commented 1 week ago

Did you try?

As an alternative add the following user CSS rule, this is make the bottom panel visible again

.search-one-offs {
  display: flex !important;
}

How to add user CSS