asamuzaK / sidebarTabs

Emulates tabs in sidebar
Mozilla Public License 2.0
61 stars 4 forks source link

[UX] Make Vertical Tabs behave like Brave / Edge #274

Closed ShobuPrime closed 1 year ago

ShobuPrime commented 1 year ago

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 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.

asamuzaK commented 1 year ago

The sidebar UI is set in Firefox itself, it cannot be changed from the extension.

browser-sidebar.js - mozsearch