mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Use absolute URL for background image in media-control card (#7100)
This commit is contained in:
parent
ad64657c74
commit
25a2264ac3
@ -818,7 +818,7 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url("../static/images/card_media_player_bg.png");
|
background-image: url("/static/images/card_media_player_bg.png");
|
||||||
width: 50%;
|
width: 50%;
|
||||||
transition: opacity 0.8s, background-color 0.8s;
|
transition: opacity 0.8s, background-color 0.8s;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user