Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

How do I increase tab size?

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 47 ნახვა
  • ბოლოს გამოეხმაურა cor-el

http://i.imgur.com/pMYJr4r.png

I've been optimizing menu bar to save as much space as possible, and I am satified with what I got, with an exception of a singe fact - tabs are too small because the space is taken by adress bar. How do I increase tab length of decrease adress bar legth?

http://i.imgur.com/pMYJr4r.png I've been optimizing menu bar to save as much space as possible, and I am satified with what I got, with an exception of a singe fact - tabs are too small because the space is taken by adress bar. How do I increase tab length of decrease adress bar legth?

გადაწყვეტა შერჩეულია

hello VladimirVilimaitis, you could try out the following extension: https://addons.mozilla.org/firefox/addon/custom-tab-width/

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (3)

შერჩეული გადაწყვეტა

hello VladimirVilimaitis, you could try out the following extension: https://addons.mozilla.org/firefox/addon/custom-tab-width/

Thank you very much for your quick and helpful responce.

Note that the location bar has a flex attribute.

You can set the max-width of the location bar and the search bar to force a maximum width of these bars.

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

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container {max-width:400px!important}
#search-container {max-width:200px!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.