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;
|
||||
|
||||
public getCardSize(): number {
|
||||
return 8;
|
||||
return 3;
|
||||
}
|
||||
|
||||
public setConfig(config: MediaControlCardConfig): void {
|
||||
@ -761,7 +761,6 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
|
||||
return css`
|
||||
ha-card {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.background {
|
||||
|
Loading…
x
Reference in New Issue
Block a user