diff --git a/custom_components/mass/frontend/src/components/PlayerOSD.vue b/custom_components/mass/frontend/src/components/PlayerOSD.vue index 63d5e27e..c566ad83 100644 --- a/custom_components/mass/frontend/src/components/PlayerOSD.vue +++ b/custom_components/mass/frontend/src/components/PlayerOSD.vue @@ -18,7 +18,12 @@ ? 'to bottom, rgba(0,0,0,.80), rgba(0,0,0,.75)' : 'to bottom, rgba(255,255,255,.85), rgba(255,255,255,.65)' " - style="position: absolute; background-size: 100%; padding: 0; margin-top: -10px" + style=" + position: absolute; + background-size: 100%; + padding: 0; + margin-top: -10px; + " /> @@ -42,11 +49,17 @@