Skip to content

Commit

Permalink
fix tab bar position
Browse files Browse the repository at this point in the history
  • Loading branch information
edelvarden committed Dec 10, 2023
1 parent 7798e79 commit 7a5685a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/user-chrome.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/user-chrome/tabbar/_new-tabbar-feature.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,12 @@
}
}

// fix first tab `.tab-background::before` cropping
// fix first tab left decorative corner cropping (`.tab-background::before`)
@media (-moz-platform: windows) {
.scrollbox-clip[orient="horizontal"] > scrollbox:nth-child(1) {
padding-inline-start: 11px !important;
// transform: translateX(-11px);
margin-inline-start: -11px !important;
}

#alltabs-button {
Expand Down

0 comments on commit 7a5685a

Please sign in to comment.