From 117f16e4a693b527e599f4cdc276a1d0d443bb30 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Thu, 6 Jan 2022 21:51:57 +0900 Subject: [PATCH] Fix: Mac OS Page Info layout #302 --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index 15edd914..787c245a 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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;