update
This commit is contained in:
@@ -83,6 +83,10 @@ export class StateCardCustomCover extends LitElement {
|
||||
--mdc-icon-size: 25px;
|
||||
}
|
||||
|
||||
ha-icon {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
[invisible] {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
@@ -93,17 +97,23 @@ export class StateCardCustomCover extends LitElement {
|
||||
<ha-icon-button
|
||||
icon="hass:menu"
|
||||
@click=${this.onHalfOpenTap}
|
||||
></ha-icon-button>
|
||||
>
|
||||
<ha-icon icon="hass:menu"> </ha-icon>
|
||||
</ha-icon-button>
|
||||
<ha-icon-button
|
||||
icon="hass:arrow-up"
|
||||
@click=${this.onOpenTap}
|
||||
.disabled="${this.computeOpenDisabled(stateObj, this.entityObj)}"
|
||||
></ha-icon-button>
|
||||
>
|
||||
<ha-icon icon="hass:arrow-up"> </ha-icon>
|
||||
</ha-icon-button>
|
||||
<ha-icon-button
|
||||
icon="hass:arrow-down"
|
||||
@click=${this.onCloseTap}
|
||||
.disabled="${this.computeClosedDisabled(stateObj, entityObj)}"
|
||||
></ha-icon-button>
|
||||
>
|
||||
<ha-icon icon="hass:arrow-down"> </ha-icon>
|
||||
</ha-icon-button>
|
||||
</div>
|
||||
</hui-generic-entity-row>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user