mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-11 03:32:48 -08:00
Fix: Mac OS Page Info layout #302
This commit is contained in:
parent
0b6673ca14
commit
117f16e4a6
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue