Skip to content

Commit

Permalink
Fix: UserContent - about:preferences Adjust item spacing #952
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 9, 2024
1 parent 10a8dc2 commit e1987d1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/leptonContent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions css/leptonContentESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/contents/proton_contents/_about_preferences.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@
}
}
}
@include moz-document(url-prefix "about:preferences") {
// #952
.privacy-extra-information > .custom-option:not(:first-child) {
margin-block: 2px !important; /* Original: 10px */
}
.extra-information-label:not(:first-child) {
margin-top: 4px !important; /* Original: 19px */
}
}

0 comments on commit e1987d1

Please sign in to comment.