Skip to content

Commit 0f1879b

Browse files
authored
Fix TST new tab button broken by an update
1 parent f24fa1b commit 0f1879b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

tree_style_tabs/extra_style_rules.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,14 +649,20 @@ tab-item > * {
649649
padding-inline: 0 !important;
650650
}
651651

652-
.newtab-button::before {
652+
/* .newtab-button::before {
653653
height: 12px;
654654
width: 12px;
655655
margin: 11px;
656-
}
656+
} */
657657

658+
.newtab-button-box > * {
659+
padding-block: 4px !important;
660+
}
661+
.newtab-button::after {
662+
background-size: 11px !important;
663+
}
658664
#tabbar {
659-
bottom: 36px !important;
665+
bottom: 27px !important;
660666
}
661667

662668
tab-item::before {
@@ -689,4 +695,4 @@ tab-item[data-current-uri^="about:"] {
689695
tab-item[data-current-uri^="https://google.com"] {
690696
--overlay-content: '';
691697
--overlay-color: hsla(350, 100%, 22%, .15);
692-
}*/
698+
}*/

0 commit comments

Comments
 (0)