From b37edfec1e68610cddcfbe88995a4041e8446188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20J=C3=A4kel?= Date: Wed, 13 Dec 2023 09:37:29 +0100 Subject: [PATCH] Enlarge height of pattern tables At the moment, the pattern table for each proxy entry is of comparatively small height. This impairs overview of the ruleset. I suggest to allow to take the tables more height, e.g. ten times. --- src/content/options.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/options.css b/src/content/options.css index f6309d3..c3934a6 100644 --- a/src/content/options.css +++ b/src/content/options.css @@ -461,7 +461,7 @@ details.proxy > summary span:nth-of-type(2):empty::before { /* ----- Pattern ----- */ .pattern-box { - max-height: 10em; + max-height: 100em; overflow-y: auto; padding: 0 0.5em; } @@ -771,4 +771,4 @@ section.log { .log td.unavailable::before { content: none !important; } -/* ----- /Log ----- */ \ No newline at end of file +/* ----- /Log ----- */