mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Show volume slider on smaller screens (#5385)
* Show volume slider on smaller screens * Update hui-media-player-entity-row.ts * Beter deal with unavailable and off states
This commit is contained in:
@@ -60,6 +60,7 @@ export class StateBadge extends LitElement {
|
||||
const iconStyle: Partial<CSSStyleDeclaration> = {
|
||||
color: "",
|
||||
filter: "",
|
||||
display: "",
|
||||
};
|
||||
const hostStyle: Partial<CSSStyleDeclaration> = {
|
||||
backgroundImage: "",
|
||||
|
||||
Reference in New Issue
Block a user