From a5ac138086cb1d18f8e9d984e9369ce5334ca0ed Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 13 Feb 2022 21:26:15 +0200 Subject: [PATCH] fix typo in platform media queries --- chrome/window_control_placeholder_support.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/window_control_placeholder_support.css b/chrome/window_control_placeholder_support.css index 53d446c..4b79184 100644 --- a/chrome/window_control_placeholder_support.css +++ b/chrome/window_control_placeholder_support.css @@ -24,7 +24,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-os-version: windows-win8){ :root[tabsintitlebar] { --uc-window-control-width: 105px; }