Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 122 forks source link

(move-identity-lock-right.css) Fix omnibar suggestions panel #86

Closed mart3323 closed 6 years ago

mart3323 commented 6 years ago

--item-padding-start for #PopupAutoCompleteRichResult seems to be getting an unusually large value when the thing is aligned right. meanwhile, --item-padding-end is exactly the right width that we can use it for both sides now.

I'm not sure if this is correct, but it seems to work okay for different window sizes.

Madis0 commented 6 years ago

Wow, thanks! Confirmed working on 57, will see how it works on newer versions later.

Timvde commented 6 years ago

This actually doesn't seem to be working for me, on both 57 and Nightly. Am I doing something wrong?

Madis0 commented 6 years ago

Confirmed working on 57 and 58 now, 59 requires !important; and works a bit different (a space usually appears before favicon because it contains the tab switch/bookmark icon) @Timvde Does it work for you now?

Timvde commented 6 years ago

Yes, thanks!