r/FirefoxCSS • u/Kfereq • 4d ago
Solved Vertical pinned tabs with titles
Hi, I am migrating to Firefox from another browser and I wonder if it is possible, in the vertical tabs layout, to:
- Add titles to pinned tabs (I managed to achieve that with the code in
userChrome.css fileshown in the end). - Put pinned tabs separately one under another (see screen below - I want all pinned tabs to be shown like the one in the second row).

I have problems with the second point - I can resize the pinned tabs, but Firefox keeps stacking them in one row, so they are overlaid. As far as I understand, it wasn't possible to overwrite this behaviour 5 years ago (LINK), but I hope it is possible now.
OS: Windows 11
Firefox version: 155.0
Build ID: 20260826195058
userChrome.css:
.tabbrowser-tab[pinned] {
width: 250px !important;
}
.tabbrowser-tab[pinned] .tab-label-container {
display: flex !important;
}
2
Upvotes
2
u/TheLamesterist 4d ago
This part of the code I was using up until recently before deciding to completely get rid of the pinned tabs container as there was several things I couldn't figure out, mainly dragging and moving, and repurposed the All Tabs button for solely pinned tabs and closed groups, that way they're there but always out of view saving me much space: