mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-04 15:07:48 +00:00
Restore hui-media-control-card.ts
This commit is contained in:
parent
9458f7ae62
commit
a2b6ce3437
@ -214,7 +214,7 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
|
|||||||
private _resizeObserver?: ResizeObserver;
|
private _resizeObserver?: ResizeObserver;
|
||||||
|
|
||||||
public getCardSize(): number {
|
public getCardSize(): number {
|
||||||
return 8;
|
return 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
public setConfig(config: MediaControlCardConfig): void {
|
public setConfig(config: MediaControlCardConfig): void {
|
||||||
@ -761,7 +761,6 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
|
|||||||
return css`
|
return css`
|
||||||
ha-card {
|
ha-card {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user