Skip to content

Commit

Permalink
fix large tab height on firefox 133 #176
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ committed Nov 27, 2024
1 parent 10c883c commit 67060b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/global/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
--in-content-box-background: var(--input-bgcolor) !important;
--in-content-box-border-color: var(--input-border-color) !important;
}

accent-color: var(--button-primary-bgcolor) !important;
}

/* Ensure that dark mode is enabled completely in private browsing mode. */
Expand Down
4 changes: 4 additions & 0 deletions chrome/toolbar/tabbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
&[haspinnedtabs]:not([positionpinnedtabs]) .tabbrowser-tab:nth-child(1 of :not([pinned], [hidden])) {
margin-inline-start: 0 !important;
}

&[orient="horizontal"] {
--tabstrip-min-height: auto !important;
}
}

/* Add space between last tab and new tab button. */
Expand Down

0 comments on commit 67060b3

Please sign in to comment.