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

@@ -231,6 +231,8 @@ class HaInputSelectForm extends LitElement {
}
mwc-button {
margin-left: 8px;
margin-inline-start: 8px;
margin-inline-end: initial;
}
ha-textfield {
display: block;
@@ -247,6 +249,8 @@ class HaInputSelectForm extends LitElement {
cursor: move; /* fallback if grab cursor is unsupported */
cursor: grab;
padding-right: 12px;
padding-inline-end: 12px;
padding-inline-start: initial;
}
.handle ha-svg-icon {
pointer-events: none;