Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created January 10, 2020 18:53
Show Gist options
  • Save onokatio/e635bc9e9459c86d068bd44b962a2c19 to your computer and use it in GitHub Desktop.
Save onokatio/e635bc9e9459c86d068bd44b962a2c19 to your computer and use it in GitHub Desktop.
tab-item {
--tab-size: 25px !important;
height: var(--tab-size);
}
.newtab-button-box {
display: none;
}
#tabbar {
bottom: 0 !important; /* Eliminate dead space on bottom */
}
tab-item:not(:hover) tab-closebox {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment