This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Bookmarks #398
Comments
If you just want the bookmarks bar below the tabs bar, I made a userstyle you can use with the Stylish addon. Putting tabs on top of everything is no longer supported by our theme. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url("chrome://browser/content/browser.xul") {
#main-window:not([customizing="true"]) #navigator-toolbox {
/* allow repositioning of children */
position: relative;
}
#PersonalToolbar[collapsed="false"] {
position: absolute;
top: 72px;
width: 100%;
background-color: Window;
border-bottom: 1px solid ThreeDShadow;
}
#personal-bookmarks {
width: 100%;
}
#TabsToolbar {
margin-bottom: 32px;
}
} Please tell me if this works for you! |
Works perfect except for the fact it doesnt allow you to create a folder , the option to create a folder in bookmarks tab is missing when you right click the bookmarks bar |
I updated the style above to fix that. |
Perfect thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you please add option to move the bookmarks bar to the bottom
According to the picture is says it has option for tabs on top which isnt in the options
The text was updated successfully, but these errors were encountered: