- install chromEdit - I hope you already did that ;)
- open chromeEdit (Tools -> Edit User Files)
- click a tab, then copy and paste a code snippet into it.
- click Save, close chromeEdit and restart Firefox.
menu.bookmark-item,
menuitem.bookmark-item {
/* The value varies from 26em (default) to 43em */
max-width: 40em !important;
}
#search-container {
/* This is the maximium allowed width of the search box.
It can be narrower but will never exceed this value. */
max-width: 200px !important;
}
Alternatively, you may try the Searchbar Autosizer extension (only version 1.0.2 and above).
.tab-text {
/* If the font size is not large enough,
keep increasing this value by 1. */
font-size: 8pt !important;
}
/* The first value is a vertical padding, the second value is a horizontal padding. */ /* Normal icons. */ .toolbarbutton-1, .toolbarbutton-menubutton-button { padding: 1px 2px !important; } /* Small icons. If you never use them, you don't need the code below. */ toolbar[iconsize="small"] .toolbarbutton-1, toolbar[iconsize="small"] .toolbarbutton-menubutton-button { padding: 1px 1px !important; }
| Yahoo ID: redfatlazycat