diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-15 12:35:47 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-15 12:35:47 +0100 |
commit | 07a883feeeea63cc23fb5100a0618f29b0a5da9f (patch) | |
tree | 87569023aee35929308381344221f68566adc2ac /html | |
parent | e7d11c7c1173d07db741301053db78b835a73ab3 (diff) | |
download | browser-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.html | 2 |
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); |