Skip to content

Instantly share code, notes, and snippets.

@bdalenoord
Created July 12, 2016 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdalenoord/39f3e901eb0b827b8bf7135c37b63608 to your computer and use it in GitHub Desktop.
Save bdalenoord/39f3e901eb0b827b8bf7135c37b63608 to your computer and use it in GitHub Desktop.
Custom configuration for Vivaldi
/* Move the red Vivaldi button to the right of the tab bar */
.linux .vivaldi,
.win .vivaldi
{
left: auto;
right: 0;
height: 30px;
}
/* Change tab size, make them smaller */
#browser.native.linux.normal #tabs-container.top,
#browser.native.win.normal #tabs-container.top
{
padding-top: 0;
}
.linux.normal #tabs-container.top,
.win.normal #tabs-container.top
{
padding-left: 4px;
}
/* Compensate for the Vivaldi button on the right */
#tabs-container .trash {
margin-right: 34px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment