mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
RTL fixes - media, attributes (#13241)
This commit is contained in:
parent
62dd7111ce
commit
688109524d
@ -699,9 +699,6 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
|
|||||||
ha-icon-button.browse-media {
|
ha-icon-button.browse-media {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
inset-inline-start: initial;
|
|
||||||
inset-inline-end: 4px;
|
|
||||||
direction: var(--direction);
|
|
||||||
--mdc-icon-size: 24px;
|
--mdc-icon-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -415,6 +415,7 @@ class HuiMediaPlayerEntityRow extends LitElement implements LovelaceRow {
|
|||||||
}
|
}
|
||||||
.controls {
|
.controls {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
ha-slider {
|
ha-slider {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user