Various RTL fixes (#19495)

* Various RTL fixes

* Additional RTL

* Additional fixes

* Revert ha-dialog

* Improve margin-title

* Additional fixes

* Additional fixes

* Fix prettier

* More fixes

* Additional fixes

* Fix prettier

* Fix prettier again

* Additional updates

* Additional fixes

* Final fixes (left only)
This commit is contained in:
Yosi Levy
2024-01-26 18:15:27 +02:00
committed by GitHub
parent a566479ddc
commit 97652bd2f6
91 changed files with 274 additions and 42 deletions

View File

@@ -51,6 +51,8 @@ class EntityPreviewRow extends LitElement {
.name {
margin-left: 16px;
margin-right: 8px;
margin-inline-start: 16px;
margin-inline-end: 8px;
flex: 1 1 30%;
}
.value {

View File

@@ -126,6 +126,8 @@ class StepFlowCreateEntry extends LitElement {
}
.buttons > *:last-child {
margin-left: auto;
margin-inline-start: auto;
margin-inline-end: initial;
}
@media all and (max-width: 450px), all and (max-height: 500px) {
.device {