From ad897713e6acbcbd56962e8514ac866926da3cdd Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 9 Jul 2019 17:52:44 -0400 Subject: Add support for custom popup CSS --- ext/bg/settings.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ext/bg/settings.html') diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 1b4e5c84..086d67d2 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -30,6 +30,15 @@ padding-bottom: 1em; } + #custom-popup-css { + width: 100%; + min-height: 34px; + height: 96px; + resize: vertical; + font-family: 'Courier New', Courier, monospace; + white-space: pre; + } + [data-show-for-browser] { display: none; } @@ -123,6 +132,11 @@
+ +
+ +
+
-- cgit v1.2.3