Fix: Mac OS Page Info layout #302

This commit is contained in:
MS_Y 2022-01-06 21:51:57 +09:00 committed by GitHub
parent 0b6673ca14
commit 117f16e4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;