I'm trying to switch to Floorp right now from Firefox, where I have both the regular horizontal tabs, and a flat vertical list with the Tree Style Tab extension. I use the later a lot, and while I could keep this setup in Floorp, I like that the vertical tabs can be native instead of using TST. However, it just feels weird to not have horizontal tabs. I think I might miss seeing a bunch of my tab titles at a glance with it, but I have to use it more and see how I feel.

you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago* (2 children)

I don’t miss it. I use collapsible vertical tabs in Firefox with Sidebery + custom userChrome.css like this (the flickering only happens in the screen capture :/).

  • source
  • hideshow 4 child comments
  • [–] 2 points 2 years ago (1 child)

    I’m using Sidebery too and love it. I want to modify the Sidebery CSS to make the container color indicators a bit thicker. It’s not in the doc though. I don’t suppose you’ve figured that out ?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago* (last edited 2 years ago)

    Not sure this is what you want, but in the Sidebery settings, you can change the "button width/height" in Styles Editor > Navigation Strip to change the size of the container buttons.

    Edit: ah these are panels. I don't really use containers, but you can override their indicator width with something like:

    .Tab .ctx {
        width: 10px; 
    }
    

    in Sidebery's style editor

  • source
  • parent