add download sets and regroup access granting parts

This commit is contained in:
Mikaël Cluseau
2026-06-17 14:02:25 +02:00
parent 6b34628bea
commit 99592d6efb
11 changed files with 415 additions and 230 deletions
+16
View File
@@ -195,3 +195,19 @@ header .utils > * {
}
.copy { font-size: small; }
label.radio {
display: inline-block;
margin-right: 1ex;
margin-bottom: 1ex;
padding: 0.5ex;
border: 1pt solid;
border-radius: 1ex;
cursor: pointer;
}
label.radio:has(input:checked) {
color: var(--link);
}
label.radio input {
display: none;
}