Fix: remove tabbrowser margin

Because fixed tab, multiselected tab
This commit is contained in:
alstjr7375 2021-04-27 11:14:54 +09:00
parent a7e15cdf54
commit 5a3ce132ed

View file

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