RTL fixes - media, attributes (#13241)

This commit is contained in:
Yosi Levy 2022-07-20 12:14:50 +03:00 committed by GitHub
parent 62dd7111ce
commit 688109524d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -699,9 +699,6 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
ha-icon-button.browse-media {
position: absolute;
right: 4px;
inset-inline-start: initial;
inset-inline-end: 4px;
direction: var(--direction);
--mdc-icon-size: 24px;
}

View File

@ -415,6 +415,7 @@ class HuiMediaPlayerEntityRow extends LitElement implements LovelaceRow {
}
.controls {
white-space: nowrap;
direction: ltr;
}
ha-slider {
flex-grow: 2;