Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
queueslikely committed Aug 9, 2022
1 parent 1f6f52e commit 8548744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions userChrome-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
/* Remove uneeded styles from Proton */
.tabbrowser-tab {
padding-inline: 0px !important;
overflow: unset !important;
}

.tab-background {
Expand Down
1 change: 1 addition & 0 deletions userChrome-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
/* Remove uneeded styles from Proton */
.tabbrowser-tab {
padding-inline: 0px !important;
overflow: unset !important;
}

.tab-background {
Expand Down
1 change: 1 addition & 0 deletions userChrome-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
/* Remove uneeded styles from Proton */
.tabbrowser-tab {
padding-inline: 0px !important;
overflow: unset !important;
}

.tab-background {
Expand Down

0 comments on commit 8548744

Please sign in to comment.