Voice preview stays hidden until there is something to play
This commit is contained in:
@@ -499,6 +499,11 @@ main.not-found {
|
||||
margin-top: 0.4rem;
|
||||
}
|
||||
|
||||
/* display:block above would beat the hidden attribute */
|
||||
.voice-preview[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* links inside markdown descriptions */
|
||||
.alt-description a,
|
||||
.feature p a {
|
||||
|
||||
Reference in New Issue
Block a user