Skip to content

Instantly share code, notes, and snippets.

@MrOtherGuy
Last active May 8, 2023 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrOtherGuy/ac8ae99f027c96134ab975cac4f8fa2f to your computer and use it in GitHub Desktop.
Save MrOtherGuy/ac8ae99f027c96134ab975cac4f8fa2f to your computer and use it in GitHub Desktop.
:root{
--tab-block-margin: 0px !important;
}
.tabbrowser-tab{
overflow: visible !important;
}
.tabbrowser-tab[selected]{
z-index: 2;
}
.tab-background{
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.tabbrowser-tab:hover .tab-background,
.tab-background[selected]{
margin-inline: -20px;
transform: perspective(140px) translateZ(-8px) rotateX(40deg) scale(1,1.55);
transform-origin: bottom center;
}
.tabbrowser-tab[pinned]:hover .tab-background,
.tabbrowser-tab[pinned][selected] .tab-background{
transform: perspective(60px) translateZ(8px) rotateX(48deg) scale(0.7,2.65);
}
#tabbrowser-arrowscrollbox{
--uc-scrollbox-padding: 20px;
}
scrollbox[orient="horizontal"]{
padding-inline: var(--uc-scrollbox-padding,0px);
}
.tab-content:not([pinned]){
margin-inline: calc(0px - (20px - 10%));
}
@water-logger
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment