Jump to content


Can any of my good friends explain how I might be able to increase the depth (height) of my Ff tabbed bookmarks bar?


2 replies to this topic

#1 OFFLINE   slowday444

    Power Member

  • Members
  • PipPipPipPip
  • 807 posts

Posted 11 May 2007 - 01:14 PM

There is probably just a about:config setting. I can't find any settings in Organize Bookmarks. Thank You!

#2 OFFLINE   lotse

    Advanced Member

  • Members
  • PipPipPip
  • 227 posts

Posted 11 May 2007 - 06:46 PM

EDIT Sorry, I misread the question - this answer is irrelevant...

Hi

I have never heard of any tweak inceasing the size of toolbars. However you can increase the text size within the toolbar, which accomplishes something similar...I think

Here is a before and after screenshot, one with the default text size and the other with the text size increased 200%. Below them is the code you put in your userchrome.css file. (ask if you need help with this)

You can change the percentage increase/decrease accordingly:

Before:

Posted Image

After:

Posted Image

and the code:

/* Shrink/increase tab titles by set % */
.tabbrowser-tabs .tab-text {
  font-size: 200%;
}

Not exactly what your looking for I know, but it might be of help.

#3 OFFLINE   slowday444

    Power Member

  • Members
  • PipPipPipPip
  • 807 posts

Posted 11 May 2007 - 10:19 PM

The answer!