row wrap on radio button elements
All checks were successful
/ build (push) Successful in 4m26s

This commit is contained in:
Ruben 2025-10-18 20:04:55 -05:00
commit 371e7de0e9
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -591,6 +591,7 @@ html:has(input[type="checkbox"]#spoil-nsfw-content:checked) {
radio-button-group {
display: flex;
flex-flow: row wrap;
gap: .4rem;
label {