From 8bfc4ccbb41071d6d30b9bfa381d56528f530b1d Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 30 Dec 2025 21:33:54 +0100 Subject: fix table expand css --- cgithub/head-include.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgithub/head-include.html b/cgithub/head-include.html index 3a5f2e7..5a084b2 100644 --- a/cgithub/head-include.html +++ b/cgithub/head-include.html @@ -18,7 +18,7 @@ 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)) { +table.list tr:nth-child(n+11):has(~ tr td input[type=checkbox]:not(:checked)) { display: none; } -- cgit v1.2.3