mbnuqw / sidebery

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

Update wiki #1021

Closed devnoot closed 1 year ago

devnoot commented 1 year ago

The height in the following CSS (from Firefox Styles Snippets (via userChrome.css) should be changed from 29px to 40px. 29px isn't enough height for the new Firefox tabs.

#main-window #TabsToolbar {
  height: 29px !important;
  overflow: hidden;
  transition: height .3s .3s !important;
}
devnoot commented 1 year ago

bump..

McJorgan commented 1 year ago

Is there an information source or directory that your user guide pulls from, or is that the best information I can get so far to learn how to use Sidebery as a more advanced user? (Like, say, to explain what "Flatten" means in the tab tree right click context menu and how to use it, without having to perform a search)

mbnuqw commented 1 year ago

@devnoot, The height value is fixed.

@McJorgan

Is there an information source or directory that your user guide pulls from, or is that the best information I can get so far to learn how to use Sidebery as a more advanced user?

No, there is no complete documentation right now. You can ask your questions in Discussions.

what "Flatten" means

This command will outdent tabs to the lowest possible level in the selected range of tabs tree. In other words, it will remove parent-child connections between selected tabs.