abouttreesummaryrefslogcommitdiff
path: root/cgithub/head-include.html
diff options
context:
space:
mode:
authorPatrick2025-12-30 21:33:54 +0100
committerPatrick2025-12-30 21:33:54 +0100
commit8bfc4ccbb41071d6d30b9bfa381d56528f530b1d (patch)
tree849ee641cf854627f249642a5d834778fc558bb2 /cgithub/head-include.html
parent1239bc3eaaf80f2f97c00acc80a66f1d891c103b (diff)
downloadps-cgit-8bfc4ccbb41071d6d30b9bfa381d56528f530b1d.tar.gz
ps-cgit-8bfc4ccbb41071d6d30b9bfa381d56528f530b1d.zip
fix table expand css
Diffstat (limited to 'cgithub/head-include.html')
-rw-r--r--cgithub/head-include.html2
1 files changed, 1 insertions, 1 deletions
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;
}
</style>