From 1239bc3eaaf80f2f97c00acc80a66f1d891c103b Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 30 Dec 2025 21:26:12 +0100 Subject: expandable file tree table --- cgithub/head-include.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cgithub/head-include.html') diff --git a/cgithub/head-include.html b/cgithub/head-include.html index aa952f5..3a5f2e7 100644 --- a/cgithub/head-include.html +++ b/cgithub/head-include.html @@ -18,7 +18,9 @@ margin: var(--content-v-margin) auto; margin-top: 0; margin-bottom: 0; } - +table.list tr:nth-child(n+11):not(:has(~ tr td input[type=checkbox]:checked)) { + display: none; +}