Voice preview stays hidden until there is something to play

This commit is contained in:
Bendik Aagaard Lynghaug
2026-08-30 16:06:57 +02:00
parent 47c894cc1d
commit 2c545cd1b0
+5
View File
@@ -499,6 +499,11 @@ main.not-found {
margin-top: 0.4rem; margin-top: 0.4rem;
} }
/* display:block above would beat the hidden attribute */
.voice-preview[hidden] {
display: none;
}
/* links inside markdown descriptions */ /* links inside markdown descriptions */
.alt-description a, .alt-description a,
.feature p a { .feature p a {