Multiline tabs and two-level stacks together
-
For those that use the Gorsash Multiline tabs Mod :
https://gist.github.com/gorsash/0d4de703a84c620c7280830aba582758
You can make it works in Vivaldi 3.6.2165.34 with this simple modifications:
Replace this :
#tabs-container {height: auto !important;}
For this :
#tabs-tabbar-container {height: auto !important;}
Add this code:
.tab-position {--PositionX: 0px !important;}
And you get this again:
Also works with:
And also with:
If you click the stack appears the second level with 5 tabs:
The best of both worlds!!!!!
Multiline tabs and two-level stacks.
-
If you add this code :
#tabs-subcontainer.top.visible {flex-basis: auto !important;}
You can have multiline second level. Incredible.
-
umm..kinda works.. but I get this
How do I fix this?
-
@ch3f Looks like you might have some other CSS interfering. Do you have anything that makes tabs have a shorter height?
If that isn't the issue, you could give the modified version I made in this thread a try:
Multiple Row Tabs