Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Search Bar grows in all directions when selected

  • 2 odpovede
  • 1 má tento problém
  • 2 zobrazenia
  • Posledná odpoveď od colin26

more options

The search bar now grows in all directions (not just the dropdown appearing below) any time it is selected, however it's just making the box bigger and creating more white space that is not used which is quite jarring.. I'm not sure if this is a bug or is supposed to be a UI 'improvement', but is there any way to disable this?

The search bar now grows in all directions (not just the dropdown appearing below) any time it is selected, however it's just making the box bigger and creating more white space that is not used which is quite jarring.. I'm not sure if this is a bug or is supposed to be a UI 'improvement', but is there any way to disable this?
Priložené obrázky

Vybrané riešenie

This is not a bug. This is the new design of the address bar as of Firefox 75.

There's currently a temporary preference called browser.urlbar.update1 that can be set to false on the about:config page to disable this feature. However, that preference has already been removed in the upcoming versions of Firefox, so it's certainly not a permanent solution.

I've created some userChrome.css code to address the annoying growing and shrinking of the address bar, if that's a feature that you don't like. You can download the code from here.

If you've never used userChrome styling modifications before, refer to How to Create a userChrome.css File for more information.

Hope this helps.

NOTE: A couple of people have tried this code and it doesn't work for them. If that's the case for you as well, I'm working on fixing it.
Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (2)

more options

Vybrané riešenie

This is not a bug. This is the new design of the address bar as of Firefox 75.

There's currently a temporary preference called browser.urlbar.update1 that can be set to false on the about:config page to disable this feature. However, that preference has already been removed in the upcoming versions of Firefox, so it's certainly not a permanent solution.

I've created some userChrome.css code to address the annoying growing and shrinking of the address bar, if that's a feature that you don't like. You can download the code from here.

If you've never used userChrome styling modifications before, refer to How to Create a userChrome.css File for more information.

Hope this helps.

NOTE: A couple of people have tried this code and it doesn't work for them. If that's the case for you as well, I'm working on fixing it.
more options

Thank you very much, Wesley! Followed the linked instructions and added your code, and it worked perfectly! Very much appreciated!