Wed, 20 Jan 2021 07:28:16 -0800 (PST), /AK/:
AK wrote:

I would like to have more room for text on my toolbar.

Can someone help me?

Thanks.

https://imgur.com/a/oiAAXmi

I got more room on the toolbar by lowering the font size.
/*
Changes font size for BOOKMARKS TOOLBAR
*/

#personal-bookmarks {
font-size:6pt !important;
}

If you're comfortable with editing your "userChrome.css" [1] try:

#PlacesToolbar toolbarbutton.bookmark-item {
  max-width: 18em;
}

Adjust to your needs further.  As far as I see the default style [2] is:

toolbarbutton.bookmark-item {
  min-width: 0px;
  max-width: 13em;
}

[1] http://kb.mozillazine.org/index.php?title=UserChrome.css
[2] chrome://communicator/skin/places/bookmarksToolbar.css

--
Stanimir
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to