Solved Combine Window Title and Address Bar when Tabs are on the Side
-
@dude99 Thanks. While this does make the bar draggable, the only draggable region is the region where the window buttons are (and so the buttons become unclickable, as that space is now the draggable part of the bar). Unfortunately the space blocks from the toolbar customization menu do not allow for dragging. So it seems like there cannot both be functioning window buttons and a draggable mainbar.
/* Remove header */ :is(.native, .normal)#browser #header { min-height: 0 !important; } /* Keep Vivaldi button */ :is(.native, .normal)#browser .vivaldi { z-index: 5; } /* Reduce toolbar size for vivialdi button */ :is(.native, .normal)#browser:not(.tabs-top) .toolbar-mainbar { padding-left: 24px; } /* Non-Native window fixes */ /* Keep window buttons */ .normal#browser .window-buttongroup { z-index: 5; } /* Reduce toolbar size for window buttons */ .normal#browser:not(.native):not(.tabs-top) .toolbar-mainbar { padding-right: 140px; } /* Remove vivaldi button, horizontal menu and window buttons when no ui */ .normal.minimal-ui#browser :is(.vivaldi, .topmenu, .window-buttongroup) { display: none !important; } /* Tabs on top fixes */ /* Maximized not Native - Reduce tab bar size for horizontal menu and window buttons */ .normal.horizontal-menu#browser:not(.native) #tabs-container.top { padding-left: 276px !important; padding-right: 140px !important; } /*Draggable*/ .toolbar-mainbar {app-region: drag;}
-
@cassandrawilliams Then add a space button (via Editor toolbar) into the mainbar & then use this code instead:
#browser:not(:has(.toolbar-editor)) .toolbar-mainbar .toolbar-spacer {app-region: drag;}
with this you will be able to drag the window with the empty space
-
remake for v5.4: https://forum.vivaldi.net/post/607480
-
Ppafflick moved this topic from Archive on
-
@mathiasbr hi bro. this is exactly qhat i need. but I'm new user in vivaldi and i dont know anything about programing in CSS can you explain me how I do this modification in my vivaldi browser????
-
@scampbll FINALLY!!! I MADE IT.!
THANKS ALL.
-
While vertical tabs or bottom tabs can be useful, when you enable them, there is still the window title bar consuming space on the screen, in addition to the lost space to the tabs. Without the tabs, the window title bar is almost empty and serves little purpose other than being a place to drag the window. If you put the tabs at the bottom, the situation is even worse, because you get even less vertical space. Vertical space is very important on modern widescreen displays and on small laptop displays, so not making use of it reduces the advantage of putting tabs in other places.
Microsoft Edge solves this issue by adding a little bit of dragging space to the right of the window and combining the menu icon and window controls with the address bar (this is optional there but it doesn't need to be):
Bringing this to Vivaldi would be a great thing for small or wide displays, where every pixel matters.
Thank you for reading.
-
This post is deleted! -
@Guilhermems Please vote for the existing feature request: Combine Window Title Bar and Address Bar when Tabs are on the Side.
Welcome to the Community. Here are a few links for your bookmarks that you may find useful:
-
@Guilhermems The developers have already started adding this feature. And the snapshot 5.8 has the option you need.
-
@sedative29rus Wonderful news
-
The title bar is no longer shown with vertical tabs as of Vivaldi 6.0, which was released today. You can always enable it back if you prefer. Just go to Settings > Appearance > Window Appearance:
Show Title Bar -
Ppafflick marked this topic as a question on
-
Ppafflick moved this topic from Desktop Feature Requests on
-
Ppafflick has marked this topic as solved on
-
Yaaaash!!!!! 'Tis beautiful! Thank y'all, all!!!