Skip to content

Commit

Permalink
Fix margin on browse media button (#19979)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Mar 5, 2024
1 parent 7ab2d14 commit 6f6202e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dialogs/more-info/controls/more-info-media_player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class MoreInfoMediaPlayer extends LitElement {
@click=${this._showBrowseMedia}
>
<ha-svg-icon
class="browse-media-icon"
.path=${mdiPlayBoxMultiple}
slot="icon"
></ha-svg-icon>
Expand Down Expand Up @@ -256,12 +255,6 @@ class MoreInfoMediaPlayer extends LitElement {
mwc-button > ha-svg-icon {
vertical-align: text-bottom;
}
.browse-media-icon {
margin-left: 8px;
margin-inline-start: 8px;
margin-inline-end: initial;
}
`;
}

Expand Down

0 comments on commit 6f6202e

Please sign in to comment.