From b760f1125cc8c7318d50b389aa574dd0a2d387c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 11 Feb 2022 18:41:13 +0200 Subject: [PATCH] Remove @media (-moz-proton) for compatibility with most recent Firefox --- userChrome.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 15b2c42..5e05f03 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1,5 +1,4 @@ /* Built based on https://github.com/black7375/Firefox-UI-Fix/tree/photon-style */ -@media (-moz-proton) { /* Make tab bar shorter */ #TabsToolbar { --tab-min-height: 33px !important; @@ -68,4 +67,3 @@ height: 14px; list-style-image: url(chrome://global/skin/media/picture-in-picture-open.svg); } -}