akshat46 / FlyingFox

An opinionated set of configurations for firefox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Choose between tree style tab on left or right

notusknot opened this issue · comments

Natively, tree style tab lets you choose if its on the left or right. I think it would be nice if we could also do this for the tree style tab implementation in FlyingFox, too. I might also be able to do this myself and just add a pull request, and if I did, are there any files I need to modify other than userChrome-hover.css and userChrome-static.css?

Static sidebar on right should be possible right now. Tst's header has been removed but bookmark bar still has a header so if you did ctrl + b and selected "move sidebar to right" from the drop down menu in header, tst should appear on right next time you toggle it.

The hover sidebar is a different story though. And yeah if you work on it you'll have to make a version of userchrome-hover.css that gives the same kind of hover functionality but on right side. For tst itself, treestyletab/custom.css(icons on the left, rather than on right in custom-hover.css) should give the desired look for a right side hoverable tst but if any tweaking is required, then that would also go in a separate file.

Appreciate your help!