Skip to content

Commit

Permalink
Fix: Content - Same size sidebar button at about:policies #923
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 29, 2024
1 parent 7d8225e commit 0382655
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/leptonContent.css

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

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

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

7 changes: 7 additions & 0 deletions src/contents/_compatibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@
padding-inline-end: 1px !important; /* Original: 4px */
}
}

@include moz-document(url-prefix "about:policies") {
// #923
#categories > .category {
box-sizing: border-box;
}
}

0 comments on commit 0382655

Please sign in to comment.