aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-01-15 12:35:47 +0100
committerWojtek Kosior <koszko@koszko.org>2022-01-15 12:35:47 +0100
commit07a883feeeea63cc23fb5100a0618f29b0a5da9f (patch)
tree87569023aee35929308381344221f68566adc2ac /html
parente7d11c7c1173d07db741301053db78b835a73ab3 (diff)
downloadbrowser-extension-07a883feeeea63cc23fb5100a0618f29b0a5da9f.tar.gz
browser-extension-07a883feeeea63cc23fb5100a0618f29b0a5da9f.zip
make blocking rules queryable in pattern tree just as mappings are
Diffstat (limited to 'html')
-rw-r--r--html/settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/settings.html b/html/settings.html
index 0bba5e3..df5e751 100644
--- a/html/settings.html
+++ b/html/settings.html
@@ -104,7 +104,7 @@
/* Leave space for default policy dialog and headings. */
--content-height: calc(var(--tab-content-height) - 3em);
}
-
+
/* Pass height information to html in all tabs. */
.tab {
--content-height: var(--tab-content-height);