1
0
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:
Yosi Levy
2026-02-10 07:59:18 +02:00
committed by GitHub
parent 57748c15de
commit ce2892cab9
4 changed files with 6 additions and 1 deletions

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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);

View File

@@ -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;