RTL fixes for 7-25 (#26074)

This commit is contained in:
Yosi Levy 2025-07-06 11:04:09 +03:00 committed by Bram Kragten
parent b87fbe7a1e
commit 761fded9e3
2 changed files with 5 additions and 3 deletions

View File

@ -58,7 +58,7 @@ export class DashboardCard extends LitElement {
.card-header { .card-header {
padding: 12px; padding: 12px;
display: block; display: block;
text-align: left; text-align: var(--float-start);
gap: 8px; gap: 8px;
} }
.preview { .preview {

View File

@ -907,7 +907,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
justify-content: space-between; justify-content: space-between;
} }
.title h1 { .title h1 {
font-family: Roboto; font-family: var(--ha-font-family-body);
font-size: 32px; font-size: 32px;
font-weight: 700; font-weight: 700;
line-height: 40px; line-height: 40px;
@ -938,6 +938,8 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-right: 16px; margin-right: 16px;
margin-inline-end: 16px;
margin-inline-start: initial;
padding: 0 8px; padding: 0 8px;
} }
.logo-container img { .logo-container img {
@ -971,7 +973,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
margin-inline-start: 16px; margin-inline-start: 16px;
margin-top: 6px; margin-top: 6px;
margin-bottom: 6px; margin-bottom: 6px;
font-family: Roboto; font-family: var(--ha-font-family-body);
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
line-height: 20px; line-height: 20px;