Skip to content

Instantly share code, notes, and snippets.

View tiwari-shaswat7's full-sized avatar
🎯
Focusing

Shaswat Tiwari tiwari-shaswat7

🎯
Focusing
  • Nepal
View GitHub Profile
@tiwari-shaswat7
tiwari-shaswat7 / common.css
Last active October 12, 2025 17:38
Custom css modification for Vivaldi Browser to auto hide vertical tab bar. Suitable for workspace selector in tab bar. Fixed for full screen elements like that in youtube as well. Based on (https://www.reddit.com/r/vivaldibrowser/comments/1b7uh4v/guide_resizing_vertical_tabs_on_hover/)
/* Expanding Left Tabs */
/* Animate the tabs, set initial width. */
#tabs-tabbar-container.left {
width: inherit !important;
}
.tabbar-wrapper {
position: absolute !important;
z-index: 200 !important;