mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47: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`
|
||||
.attribute-container {
|
||||
margin-bottom: 8px;
|
||||
direction: ltr;
|
||||
}
|
||||
.data-entry {
|
||||
display: flex;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user