mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.48k stars 175 forks source link

How to make it look as in the screenshots on the store? #585

Closed taigi100 closed 2 years ago

taigi100 commented 2 years ago

Hey,

I got one question, in the screenshots in the store there is not a "title bar" for the vertical bookmarks with a dropdown, but a few bookmarks by the looks of it. How do I achieve that?

What I have: image

What I want: image

dexeonify commented 2 years ago

You're almost there. Change Pinned tabs position in Settings/Pinned tabs to top. Then, pin a tab to get the exact layout as the screenshot.

To remove the header, put this in your userChrome.css file:

/* Remove sidebar header */
#sidebar-header {
    display: none
}

I got one question, in the screenshots in the store there is not a "title bar" for the vertical bookmarks with a dropdown

Not sure if I understand fully, do you mean the big "Sidebery" label?

but a few bookmarks by the looks of it. How do I achieve that?

I don't see "a few bookmarks", there's only 1. If you meant these colourful icons, those are called panels: image