app: fix audio controls not showing (#5286)

This commit is contained in:
José Varela
2021-04-27 16:04:10 +01:00
committed by GitHub
parent e5eb65ac37
commit 1a8526adab

View File

@@ -93,7 +93,6 @@ img,
video,
audio {
width: 100%;
height: 100%;
max-height: 100%;
object-fit: contain;
border-radius: var(--border-radius);