add basic support for -moz-platform media query

This commit is contained in:
MrOtherGuy 2022-02-12 09:20:20 +02:00
parent 1621ecc3f4
commit 71fe0e87c7
16 changed files with 77 additions and 41 deletions

View file

@ -21,7 +21,10 @@ See the above repository for updates as well as full license text. */
--uc-window-drag-space-pre: 0px; /* Remove pre space */
}
@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {
@media (-moz-platform: windows-win7),
(-moz-platform: windows-win8),
(-moz-os-version: windows-win7),
(-moz-os-version: windows-win8){{
:root[tabsintitlebar] {
--uc-window-control-width: 105px;
}