Move the panel to the right of the vertical tabs, so that the tabs are not hidden
-
When you use the panel on the left-hand side, next to the vertical tabs, when you try to interact with the panel, the vertical tabs are hidden when you open something like Favorites, Translator, Web Pages and others.
If the panel were on the right side of the vertical tabs, the vertical tabs would not become hidden.Notice in the second image that when you try to open the translator, it is above the vertical tabs.
-
A solution would be to turn off "Floating Panel", but I dislike that it shifts the page. So I agree with this suggestion.
-
@PingoBlue if I remember correctly, there should be a setting on the panels section to pick the panel side between left and right. (Away from my PC right now, can't double check)
-
Yes, there is that option, but I'm talking about moving the toolbar to the right of the vertical tab, not to the right of the end of the browser.
This would solve the problem of the toolbar passing through and hiding the vertical tabs when triggered -
@PingoBlue Oh. My mistake, then.
You could achieve it with a mod, perhaps. Dunno how proficient you are with JS and/or CSS, but you could either give it a try or make a post asking for help on the modification section (I might even be the one helping out)
Edit: Gave it a quick look, and seems to be a simple CSS mod.
this bit should do the trick.
div#switch { order: 2; }
Note: if you haven't add mods to Vivaldi yet, give a look at the modification section. there are threads with help.
-
Thanks for your generosity, I'll post it in the modding section. I tried the css you provided but it didn't work. I saved it as css, enabled using css in Vivaldi Experimental and set the folder where the css was in settiings > appearance, custom UI modifications.
I'll try to create a modding topic, thanks