Skip to content

Commit

Permalink
moved left close button in tabs, reduced padding above tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
witalihirsch committed Nov 24, 2022
1 parent 4cc3dc9 commit 227c1eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firefox/mono-firefox-theme/theme/parts/tabsbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spacer[part=overflow-end-indicator] {
/* Tabsbar buttons */
#TabsToolbar .toolbarbutton-1:not(#hack) {
border-radius: 6px !important;
margin: 5px 3px 6px !important;
margin: 0px 3px 7px !important;
padding: 0 9px !important;
}

Expand Down Expand Up @@ -124,7 +124,7 @@ spacer[part=overflow-end-indicator] {
/* Tab */
.tabbrowser-tab {
border: 0 !important;
padding: 5px 3px 6px !important;
padding: 0px 3px 7px !important;
position: relative;
}

Expand Down Expand Up @@ -312,7 +312,7 @@ tab {
fill-opacity: 1 !important;
-moz-context-properties: fill, fill-opacity !important;
height: 16px !important;
margin-right: 0 !important;
margin-right: 3px !important;
opacity: 1 !important;
width: 16px !important;
z-index: 100 !important;
Expand Down

0 comments on commit 227c1eb

Please sign in to comment.