mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-14 23:18:21 +00:00
Various RTL fixes (#29520)
This commit is contained in:
@@ -1192,6 +1192,7 @@ export class HaDataTable extends LitElement {
|
||||
|
||||
.mdc-data-table__cell--numeric {
|
||||
text-align: var(--float-end);
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.mdc-data-table__cell--icon {
|
||||
|
||||
@@ -331,6 +331,8 @@ class PanelCalendar extends SubscribeMixin(LitElement) {
|
||||
|
||||
ha-dropdown-item {
|
||||
padding-left: 32px;
|
||||
padding-inline-start: 32px;
|
||||
padding-inline-end: initial;
|
||||
--icon-primary-color: var(--ha-color-fill-neutral-loud-resting);
|
||||
}
|
||||
|
||||
@@ -340,6 +342,8 @@ class PanelCalendar extends SubscribeMixin(LitElement) {
|
||||
|
||||
:host([mobile]) {
|
||||
padding-left: unset;
|
||||
padding-inline-start: unset;
|
||||
padding-inline-end: initial;
|
||||
}
|
||||
.loading {
|
||||
display: flex;
|
||||
|
||||
@@ -63,6 +63,7 @@ class SupervisorAppDocumentationDashboard extends LitElement {
|
||||
margin: auto;
|
||||
padding: var(--ha-space-2);
|
||||
max-width: 1024px;
|
||||
direction: ltr;
|
||||
}
|
||||
ha-markdown {
|
||||
padding: var(--ha-space-4);
|
||||
|
||||
@@ -369,7 +369,6 @@ export class BluetoothConfigDashboard extends LitElement {
|
||||
padding: 24px 0 32px;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
direction: ltr;
|
||||
}
|
||||
ha-card {
|
||||
margin-bottom: 16px;
|
||||
|
||||
Reference in New Issue
Block a user