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

@@ -227,6 +227,8 @@ class HuiWeatherEntityRow extends LitElement implements LovelaceRow {
.info {
margin-left: 16px;
margin-inline-start: 16px;
margin-inline-end: initial;
flex: 1 0 60px;
}
@@ -273,6 +275,8 @@ class HuiWeatherEntityRow extends LitElement implements LovelaceRow {
justify-content: center;
text-align: right;
margin-left: 8px;
margin-inline-start: 8px;
margin-inline-end: initial;
}
.secondary {