diff --git a/web/index.js b/web/index.js
index 92c9cb6..b98dfdf 100644
--- a/web/index.js
+++ b/web/index.js
@@ -357,7 +357,7 @@ const component_audio_player = {
template: `
{{ file.filename }} / {{ file.foldername }}
-
`,
diff --git a/web/style.css b/web/style.css
index c63db09..1825c1b 100644
--- a/web/style.css
+++ b/web/style.css
@@ -37,7 +37,7 @@ a.router-link-active {
background-color: lightgray;
border-radius: 0.39em 0.39em 0 0;
}
-video {
+.audio-player {
height: 39px;
width: 100%;
}