How do I get a second bookmark toolbar in firefox for mac?
I just reinstalled firefox a few days ago and it erased all my extensions and now I cannot figure out how I got a double bookmark toolbar before.
Observing members:
0
Composing members:
0
2 Answers
I think the extension I used to allow this before was something that involved manually entering the height values of the toolbar but it may not have been an extension…
problem solved! lol. I will give a solution in case anyone else decides this is something they want to do. install the firefox extension “Stylish” then click on write new code and copy and paste the following (editting the height by pixels to your discretion) :
/* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 45px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.