mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix margin on browse media button (#19979)
This commit is contained in:
parent
54d21666d0
commit
572e4457b3
@ -71,7 +71,6 @@ class MoreInfoMediaPlayer extends LitElement {
|
|||||||
@click=${this._showBrowseMedia}
|
@click=${this._showBrowseMedia}
|
||||||
>
|
>
|
||||||
<ha-svg-icon
|
<ha-svg-icon
|
||||||
class="browse-media-icon"
|
|
||||||
.path=${mdiPlayBoxMultiple}
|
.path=${mdiPlayBoxMultiple}
|
||||||
slot="icon"
|
slot="icon"
|
||||||
></ha-svg-icon>
|
></ha-svg-icon>
|
||||||
@ -256,12 +255,6 @@ class MoreInfoMediaPlayer extends LitElement {
|
|||||||
mwc-button > ha-svg-icon {
|
mwc-button > ha-svg-icon {
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.browse-media-icon {
|
|
||||||
margin-left: 8px;
|
|
||||||
margin-inline-start: 8px;
|
|
||||||
margin-inline-end: initial;
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user