11-09-2006, 07:47 PM
If you notice that the tabs in Firefox 2.0 are smaller than normal, like I did, and you're so used to the bigger tabs, here's a code snippet to add into your chrome editor, so you can change the size of the tabs to any size you want.
First, you must have Mr. Tech Local install, installed, and you need to go to "Edit My Config --> Chrome Editor --> userChrome.css" and add this code to the bottom of the code:
You can change the size, by replacing the pixel sizes to whatever you want.
Dr Small
First, you must have Mr. Tech Local install, installed, and you need to go to "Edit My Config --> Chrome Editor --> userChrome.css" and add this code to the bottom of the code:
Code:
/* Change the tab-bar height */
tab {height: 35px !important;} .tabbrowser-strip {height: 35px !important;}
You can change the size, by replacing the pixel sizes to whatever you want.
Dr Small