Skip to content

Commit

Permalink
vivaldi: support left&right tabs more nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed Feb 22, 2024
1 parent 6664b52 commit c3cae37
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions vivaldi/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ html, body {
button[title="SharpBlade"] img {
border-radius: 100% !important;
}
.UrlBar-AddressField {
/* .UrlBar-AddressField {
border-radius: 25px;
}
} */

#tabs-container .tab .favicon {filter: grayscale(30%) !important;}

Expand All @@ -83,8 +83,21 @@ button[title="SharpBlade"] img {
animation-delay: 0s !important;
}

/*tasks thingy*/
/* vertical tabs overrides */
:is(#browser.address-top.tabs-left, #browser.address-top.tabs-right) {
.UrlBar-AddressField { margin-inline: 12px; }
.button-toolbar.profile-popup { margin-right: 12px; }
&.maximized {
.toolbar:has(.window-buttongroup.on-mainbar) {
min-height: 0;
}
.window-buttongroup {
height: 100%;
}
}
}

/*google tasks tab stacking override*/
.mosaic-tile[style*="inset: 0% 0% 0% 80%;"] {
inset: 0% 0% 0% 82.5% !important;
}
Expand All @@ -100,6 +113,7 @@ button[title="SharpBlade"] img {
padding-left: 4px;
padding-right: 4px;
}

/* workspace switcher css */
.ToolbarButton-Button[title="Workspaces"],
.button-toolbar.button-menu > button.ToolbarButton-Button[title="Workspaces"]:not(.button-textonly) {
Expand Down

0 comments on commit c3cae37

Please sign in to comment.