Skip to content

Commit

Permalink
Fix: Content - about:process thin icon #960
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 23, 2024
1 parent df6bc8d commit c327fb7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions css/leptonContent.css

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

4 changes: 3 additions & 1 deletion css/leptonContentESR.css

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

4 changes: 3 additions & 1 deletion src/contents/proton_contents/_about_processes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

.profiler-icon {
cursor: pointer;
background-image: url("../icons/performance.svg") no-repeat center !important;
background-image: url("../icons/performance.svg") !important;
background-repeat: no-repeat !important;
background-position: center !important;
@include NotOption("userChrome.rounding.square_button") {
border-radius: 8px !important;
}
Expand Down

0 comments on commit c327fb7

Please sign in to comment.