louischan / simplewhite

A minimal theme for Mozilla Firefox.
https://addons.mozilla.org/addon/simplewhite/
Mozilla Public License 2.0
77 stars 20 forks source link

Should make about:preferences#search fit the lenth of search engine list #18

Closed lychichem closed 9 years ago

lychichem commented 9 years ago

default If I have a search engine list long enough, then the UI will be like the image. It is not what users want. Hope to fix it.

lychichem commented 9 years ago

Use this code can fix this problem:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); @-moz-document url("about:preferences#search") {

engineList{height:auto !important;}

}

However, I guess it will cause a new problem: If a user has too much search engine, this page will be too long. And there is another issue: the new search UI will show an "add" button in search box if the page povides a search engine, but your theme removed it. Would you please consider reverse it?

louischan commented 9 years ago

I have adopted the preferences.css from 36a2. I will fix the "add" button later. It is related to browser/searchbar.css