Skip to content

Commit

Permalink
Merge pull request #793 from black7375/mac-page-info
Browse files Browse the repository at this point in the history
Fix: Proton - MacOS page info icons cut off #780
  • Loading branch information
black7375 authored Oct 8, 2023
2 parents 6122b32 + 82dbdf7 commit e4371a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/leptonChrome.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/leptonChromeESR.css

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

4 changes: 4 additions & 0 deletions src/theme/proton_chrome/_page_info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
color: var(--in-content-button-text-color) !important; /* SelectedItemText */
background-color: var(--in-content-button-background-active) !important; /* #C1D2EE; */
}

@include OS($mac) {
height: auto !important;
}
}
#generalTab {
--viewgroup-image: url(chrome://global/skin/icons/page-portrait.svg);
Expand Down

0 comments on commit e4371a3

Please sign in to comment.