Fix: revert tab padding inline

This commit is contained in:
alstjr7375 2021-04-27 14:49:36 +09:00
parent 42ad4cc684
commit 48847e5a11

View file

@ -19,6 +19,10 @@
margin-bottom: 0px !important;
}
.tabbrowser-tab {
padding-inline: 1px !important;
}
/* Selected Tab - Color like toolbar */
.tab-background[selected="true"] {
background: var(--toolbar-bgcolor) !important;