diff --git a/Base/res/html/misc/media-queries.html b/Base/res/html/misc/media-queries.html index 1a8f11229b8..86c746756e7 100644 --- a/Base/res/html/misc/media-queries.html +++ b/Base/res/html/misc/media-queries.html @@ -78,6 +78,9 @@ +

+ I don't know how wide the page is. window.matchMedia("(min-width: 800px)") is not working. :^( +

This should be green, with a black border and black text, if we are correctly ignoring @media rules that do not apply.

@@ -102,5 +105,18 @@

This should be green, with a black border and black text, if we detected the color feature and a deeply nested query: (color) or ((color) and ((color) or (color) or (not (color)))).

+ +