edelvarden / material-fox-updated

🦊 Firefox user CSS theme looks similar to Chrome
MIT License
300 stars 12 forks source link

[Feature Request]: Select search engine #49

Closed xllifi closed 3 months ago

xllifi commented 4 months ago

Description

In vanilla Firefox, you can select a search engine right under search suggestions. That is useful, a shame it's not present in this theme. Sorry if I'm missing it or if there is a config option for that.

Additional info (Optional)

Firefox version: 126.0 Operating system: Windows 11 22631.3593

edelvarden commented 4 months ago

Just start typing a search engine name, then select from suggestion

image

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