From d0fc7b26ea7ec8f4139393dbf243a67b3a528205 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 30 Dec 2025 21:50:14 +0100 Subject: fix expand table --- cgithub/head-include.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cgithub') diff --git a/cgithub/head-include.html b/cgithub/head-include.html index 5a084b2..6ee3f2f 100644 --- a/cgithub/head-include.html +++ b/cgithub/head-include.html @@ -21,6 +21,13 @@ table.list tr:nth-child(n+11):has(~ tr td input[type=checkbox]:not(:checked)) { display: none; } +table.list tr:nth-child(n+11) ~ tr:has(td input[type=checkbox]:not(:checked)) { + display: table-row; +} + +table.list tr:has(td input[type=checkbox]) { + display: none; +}