mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
RTL card fixes (#13207)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user