mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Make test pages small-screen friendly
This commit is contained in:
parent
a436102ff7
commit
4956a166d3
2 changed files with 3 additions and 1 deletions
|
|
@ -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(( ) =>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue