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.

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    1 year ago

    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 :/).

    • FarraigePlaisteach@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      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 ?

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 year 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