Last active
July 17, 2024 09:02
-
-
Save mindplay-dk/7e9185df893bf24ca4f87700e0d5afce to your computer and use it in GitHub Desktop.
Vivaldi custom CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div#tabs-tabbar-container { | |
padding-top: 5px !important; | |
height: 34px !important; | |
} | |
div#header { | |
min-height: calc(40px / var(--uiZoomLevel)) !important; | |
} | |
.button-toolbar.workspace-popup.tabbar-workspace-button.button-menu { | |
margin-bottom: 5px; | |
} | |
.toolbar.toolbar-tabbar.sync-and-trash-container.top { | |
margin-bottom: 4px; | |
} | |
button.vivaldi { | |
margin: calc(6px / var(--uiZoomLevel)) 1px 0 0; !important; | |
left: 4px; | |
} | |
.mainbar > .toolbar-mainbar { | |
height: 40px; | |
} | |
.toolbar-mainbar { | |
padding: 0 7px 0 3px; | |
} | |
.UrlBar-AddressField { | |
height: 30px; | |
padding-left: 6px; | |
padding-right: 6px; | |
} | |
.button-toolbar.newtab { | |
padding-bottom: 3px; | |
padding-left: 3px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment