Remove @media (-moz-proton) for compatibility with most recent Firefox

This commit is contained in:
Juhani Krekelä 2022-02-11 18:41:13 +02:00
parent 0dcd5d2e2f
commit b760f1125c
1 changed files with 0 additions and 2 deletions

View File

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