Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

"awesome bar" width won't change anymore, tried mutiple positions for flexible space, nothing worked

  • 1 απάντηση
  • 3 έχουν αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από cor-el

more options

Recently swapped google searchbar and awesome bar positions. Now I can no longer adjust the width of either search bar. I tried inserting a flexible space between them, and mutiple other positions. No luck. Thanks

Recently swapped google searchbar and awesome bar positions. Now I can no longer adjust the width of either search bar. I tried inserting a flexible space between them, and mutiple other positions. No luck. Thanks

Όλες οι απαντήσεις (1)

more options

You can only use the build-in resizer if the Google search bar is directly to the right of the location bar. All other positions will not make the resizer appear if you place the mouse pointer between the two.

A possibility is to use code in userChrome.css to set a max-width.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#urlbar-container {max-width:400px!important}
#search-container {max-width:200px!important}

Add code to userChrome.css below the @namespace line.

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files