mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Align "Browse Media" button while being wrapped (#12800)
This commit is contained in:
parent
cbb962f084
commit
e2944b098d
@ -78,6 +78,7 @@ 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>
|
||||||
@ -243,6 +244,10 @@ 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;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user