this post was submitted on 23 Aug 2023
29 points (89.2% liked)

Firefox

20384 readers
144 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

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
[–] eager_eagle@lemmy.world 10 points 2 years ago* (last edited 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 :/).

[–] FarraigePlaisteach@kbin.social 2 points 2 years ago (1 children)

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

[–] WeAreAllOne@lemm.ee 1 points 2 years ago

Can tabs collapse in Sideberry ?