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 {
padding: 12px;
display: block;
text-align: left;
text-align: var(--float-start);
gap: 8px;
}
.preview {

View File

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