Replies: 8 comments 9 replies
-
Now, if I close all unpinned tabs, then I can't set width of side pannel less than 7 columns of pinned tabs. It is bad behavior for this functionality :) And I think best solution it show unpinned tabs in top (default for firefox) and show pinned tabs in side panel with what I need columns. Tnx. |
Beta Was this translation helpful? Give feedback.
-
Screenshot |
Beta Was this translation helpful? Give feedback.
-
And in this mode need to hide pinned tabs in default top panel of FF. This can be {code} |
Beta Was this translation helpful? Give feedback.
-
And need scroll of pinned tabs too. |
Beta Was this translation helpful? Give feedback.
-
Now I used this css in userChrome.css {code} #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { #sidebar { And get only pinned tabs panel without scroll. How to add scroll to the right side of side panel? And better is totaly hide unpinned tabs from this panel :) |
Beta Was this translation helpful? Give feedback.
-
Screenshot |
Beta Was this translation helpful? Give feedback.
-
I convert this to a discussion because this looks to be not an issue report. |
Beta Was this translation helpful? Give feedback.
-
You can hide unpinned tabs in the sidebar with a custom style rule (TST options => Advanced): tab-item:not(.pinned) {
display: none;
} Currently pinned tabs cannot become scrollable in the sidebar, but it should become available on the next release with the commit 8b91cc1. |
Beta Was this translation helpful? Give feedback.
-
Hi! Cool addon :) How about option to show only pinned tabs in side panel? It can be help show many of pinned tabs in few columns. It is possible with this extension?
Beta Was this translation helpful? Give feedback.
All reactions