Skip to content

Commit

Permalink
Update cover-control-button-row.js
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored May 11, 2023
1 parent febee40 commit b447d10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dist/cover-control-button-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ class CustomCoverControlRow extends LitElement {
:host {
line-height: inherit;
}
.box {
display: flex;
flex-direction: row;
}
.position {
margin-left: 2px;
margin-right: 2px;
Expand All @@ -78,7 +82,7 @@ class CustomCoverControlRow extends LitElement {
render() {
return html`
<hui-generic-entity-row .hass="${this.hass}" .config="${this._config}">
<div id='button-container' class='horizontal justified layout'>
<div id='button-container' class='box'>
<button
class='position'
style='${this._leftColor};min-width:${this._width};max-width:${this._width};height:${this._height}'
Expand Down

0 comments on commit b447d10

Please sign in to comment.