1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Make test pages small-screen friendly

This commit is contained in:
Raymond Hill 2019-06-23 08:05:28 -04:00
parent a436102ff7
commit 4956a166d3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Procedural cosmetic filters</title>
<style>
.filters {
@ -144,7 +145,7 @@
<div id="a15" class="tile">
<div class="pass"><div class="pass"><a><b class="ok"></b></a></div></div>
<code>#pcf #a15 .pass:watch-attrs(class) > .fail:has(b.notok)</code>
<code>#pcf #a15 .pass:watch-attr(class) > .fail:has(b.notok)</code>
<script>
self.setTimeout(( ) =>
{

View File

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Procedural HTML filters</title>
<style>
.filters {