Remove old -moz-os-version media queries

They aren't needed anymore since ESR supports -moz-platform already
This commit is contained in:
MrOtherGuy
2023-05-16 06:38:41 +03:00
parent 2a6e95b5dc
commit d6eb2ac027
4 changed files with 4 additions and 11 deletions

View File

@@ -22,9 +22,7 @@ See the above repository for updates as well as full license text. */
}
@media (-moz-platform: windows-win7),
(-moz-platform: windows-win8),
(-moz-os-version: windows-win7),
(-moz-os-version: windows-win8){
(-moz-platform: windows-win8){
:root:is([tabsintitlebar], [sizemode="fullscreen"]) {
--uc-window-control-width: 105px;
}