RTL card fixes (#13207)

This commit is contained in:
Yosi Levy 2022-07-19 13:09:50 +03:00 committed by GitHub
parent 1c7d3fe610
commit 72443b4f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ class HaAttributes extends LitElement {
css`
.attribute-container {
margin-bottom: 8px;
direction: ltr;
}
.data-entry {
display: flex;

View File

@ -673,7 +673,7 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
margin-inline-end: initial;
padding-inline-start: 0;
padding-inline-end: 8px;
direction: var(--direction);
direction: ltr;
}
.controls > div {