mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user