Skip to content

Commit

Permalink
Fix: Tab - New tab button separator position at FF v112
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Mar 22, 2023
1 parent 238cfea commit 3c5206c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/tab/unselected_tab/_dynamic_separator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
/* More position */
transform: translateX(var(--tab-separator-position-x)) translateY(var(--tab-separator-position-y));
}
#tabs-newtab-button::before {
left: calc(50% - (8px + var(--toolbarbutton-inner-padding)));
}
}

@include NotOption("userChrome.tab.newtab_button_like_tab") {
Expand Down

0 comments on commit 3c5206c

Please sign in to comment.