Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Bookmarks #398

Open
vendforce opened this issue Apr 13, 2016 · 2 comments
Open

Bookmarks #398

vendforce opened this issue Apr 13, 2016 · 2 comments

Comments

@vendforce
Copy link

screenshot from 2016-04-13 14-03-16
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

@ba3r
Copy link
Contributor

ba3r commented Apr 13, 2016

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!

@vendforce
Copy link
Author

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

@vendforce vendforce reopened this Apr 13, 2016
@ba3r
Copy link
Contributor

ba3r commented Apr 13, 2016

I updated the style above to fix that.

@vendforce
Copy link
Author

Perfect thanks

@vendforce
Copy link
Author

vendforce commented May 10, 2016

I've notice when the bookmarks bar is empty the spacing/padding takes up extra space and squashes the window
screenshot from 2016-05-10 12-46-55

when a book mark/bookmark folder is added it , the spacing shrinks back to normal

screenshot from 2016-05-10 12-47-20

@vendforce vendforce reopened this May 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants