From 069165e8d6ccda7eab8254964317e985844ae459 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Wed, 11 Sep 2019 23:49:50 +0200 Subject: [PATCH] Added viewport meta For #387 --- browserAction/browserAction.html | 1 + options/export.html | 1 + options/navigator.html | 1 + options/sanitize.css | 4 ++++ options/sanitize.html | 1 + options/whitelist.html | 1 + pageAction/pageAction.html | 1 + 7 files changed, 10 insertions(+) diff --git a/browserAction/browserAction.html b/browserAction/browserAction.html index f4065dd..d65a99f 100644 --- a/browserAction/browserAction.html +++ b/browserAction/browserAction.html @@ -4,6 +4,7 @@ CanvasBlocker browser action +
diff --git a/options/export.html b/options/export.html index aa1c45c..6f42983 100644 --- a/options/export.html +++ b/options/export.html @@ -6,6 +6,7 @@ + diff --git a/options/navigator.html b/options/navigator.html index 52d8f24..3dc89bb 100644 --- a/options/navigator.html +++ b/options/navigator.html @@ -6,6 +6,7 @@ + diff --git a/options/sanitize.css b/options/sanitize.css index be3688f..d5d41b7 100644 --- a/options/sanitize.css +++ b/options/sanitize.css @@ -12,4 +12,8 @@ .complaint.low { background-color: yellow; +} + +ul { + padding-left: 1.2em; } \ No newline at end of file diff --git a/options/sanitize.html b/options/sanitize.html index 55f5e83..3693e31 100644 --- a/options/sanitize.html +++ b/options/sanitize.html @@ -6,6 +6,7 @@ + diff --git a/options/whitelist.html b/options/whitelist.html index 778d1ea..f8f1a5b 100644 --- a/options/whitelist.html +++ b/options/whitelist.html @@ -6,6 +6,7 @@ + diff --git a/pageAction/pageAction.html b/pageAction/pageAction.html index 9991c21..6b36ad4 100644 --- a/pageAction/pageAction.html +++ b/pageAction/pageAction.html @@ -4,6 +4,7 @@ CanvasBlocker page action +