mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 23:07:20 +00:00
RTL card fixes (#13207)
This commit is contained in:
parent
1c7d3fe610
commit
72443b4f24
@ -76,6 +76,7 @@ class HaAttributes extends LitElement {
|
|||||||
css`
|
css`
|
||||||
.attribute-container {
|
.attribute-container {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
.data-entry {
|
.data-entry {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -673,7 +673,7 @@ export class HuiMediaControlCard extends LitElement implements LovelaceCard {
|
|||||||
margin-inline-end: initial;
|
margin-inline-end: initial;
|
||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
padding-inline-end: 8px;
|
padding-inline-end: 8px;
|
||||||
direction: var(--direction);
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls > div {
|
.controls > div {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user