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); } -}