Skip to content

Commit

Permalink
added padding to the toolbar for a grabbable spot
Browse files Browse the repository at this point in the history
  • Loading branch information
Trifall committed Oct 8, 2022
1 parent 7f9b2c4 commit 6faee12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ https://addons.mozilla.org/en-US/firefox/addon/dark-chromium-esque-theme/
min-height: 18px !important;
}

#tabbrowser-tabs {
padding-right: 25px !important;
}

.tabbrowser-tab {
height: 18px !important;
min-height: 18px !important;
Expand Down

0 comments on commit 6faee12

Please sign in to comment.