Skip to content

Commit

Permalink
fix(tabsbar): Fix regression in tabsAsHeaderbar toolbar buttons
Browse files Browse the repository at this point in the history
Closes #882
  • Loading branch information
rafaelmardojai committed Dec 17, 2024
1 parent beca016 commit 6cbc3b6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions theme/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

/* Tabsbar buttons */
.toolbarbutton-1:not(#hack) {
.toolbarbutton-1 {
border-radius: 6px !important;
margin: 0px 3px 6px !important;
padding: 0 9px !important;
Expand Down Expand Up @@ -605,10 +605,14 @@ tabs#tabbrowser-tabs {

#TabsToolbar {
/* Spacing should be removed on the side touching the URL bar */
.toolbarbutton-1:not(#hack),
.titlebar-button:not(#hack) {
.toolbarbutton-1,
.titlebar-button {
margin-bottom: 0 !important;
}

.toolbarbutton-1{
margin-top: 6px !important;
}
}

tabs#tabbrowser-tabs[orient="horizontal"] {
Expand Down

0 comments on commit 6cbc3b6

Please sign in to comment.