The native Firefox Sidebar is currently modified generically.
I would like to only edit the look of the sidebar for when the sidebarTabs option is selected -- instead of including bookmarks, history, and synced tabs.
I suspect I just need the appropriate "Sidebar Command" like:
[sidebarcommand*="sidebarTabs"]
but I don't know the correct identifier.
Feel free to incorporate the CSS as a future extension option -- if possible.
I managed to make vertical tabs behave like Brave Browser / Microsoft Edge with the CSS in my repo: https://github.com/ShobuPrime/firefox-vertical-tabs
The native Firefox Sidebar is currently modified generically.
I would like to only edit the look of the sidebar for when the
sidebarTabs
option is selected -- instead of includingbookmarks, history, and synced tabs.
I suspect I just need the appropriate "Sidebar Command" like:
but I don't know the correct identifier.
Feel free to incorporate the CSS as a future extension option -- if possible.