mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Reduce button target zone in media player more info (#23130)
This commit is contained in:
parent
afcfdb5140
commit
06925f0716
@ -207,12 +207,17 @@ class MoreInfoMediaPlayer extends LitElement {
|
|||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return css`
|
return css`
|
||||||
ha-icon-button[action="turn_off"],
|
|
||||||
ha-icon-button[action="turn_on"],
|
|
||||||
ha-slider {
|
ha-slider {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ha-icon-button[action="turn_off"],
|
||||||
|
ha-icon-button[action="turn_on"] {
|
||||||
|
margin-inline-end: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user