Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Better left margin for tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredwee committed May 21, 2018
1 parent f97f7e1 commit 9f69281
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions userChrome-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
padding-inline-start: 15px !important;
}

#tabbrowser-tabs{
margin-left:-15px;
}

.titlebar-placeholder {
border: none !important;
}
Expand Down
4 changes: 4 additions & 0 deletions userChrome-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
padding-inline-start: 15px !important;
}

#tabbrowser-tabs{
margin-left:-15px;
}

.titlebar-placeholder {
border: none !important;
}
Expand Down
4 changes: 4 additions & 0 deletions userChrome-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
padding-inline-start: 15px !important;
}

#tabbrowser-tabs{
margin-left:-15px;
}

.titlebar-placeholder {
border: none !important;
}
Expand Down

0 comments on commit 9f69281

Please sign in to comment.