Skip to content

Commit

Permalink
Fix: Mac OS Page Info layout #302
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored Jan 6, 2022
1 parent 0b6673c commit 117f16e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,11 @@ browser[type="content"] > html {
margin: 0 !important;
padding: 0 6 !important;
}
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
#viewGroup > radio > .radio-label-box {
padding-top: 32px !important; /* as -moz-image-region: rect(0px, 32px, 32px, 0px); */
}
}

#mainDeck input {
color: var(--in-content-page-color) !important;
Expand Down

0 comments on commit 117f16e

Please sign in to comment.