Shrink new section titles in more-info dialog a bit (#10414)

This commit is contained in:
Philip Allgaier 2021-10-26 22:19:37 +02:00 committed by GitHub
parent 7acc2f9e08
commit 171eddd779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,7 @@ export class MoreInfoHistory extends LitElement {
-webkit-font-smoothing: var(
--paper-font-title_-_-webkit-font-smoothing
);
font-size: var(--paper-font-title_-_font-size);
font-size: var(--paper-font-subhead_-_font-size);
font-weight: var(--paper-font-title_-_font-weight);
letter-spacing: var(--paper-font-title_-_letter-spacing);
line-height: var(--paper-font-title_-_line-height);

View File

@ -230,7 +230,7 @@ export class MoreInfoLogbook extends LitElement {
-webkit-font-smoothing: var(
--paper-font-title_-_-webkit-font-smoothing
);
font-size: var(--paper-font-title_-_font-size);
font-size: var(--paper-font-subhead_-_font-size);
font-weight: var(--paper-font-title_-_font-weight);
letter-spacing: var(--paper-font-title_-_letter-spacing);
line-height: var(--paper-font-title_-_line-height);

View File

@ -464,7 +464,7 @@ export class HaAutomationEditor extends KeyboardShortcutMixin(LitElement) {
) {
return;
}
// Wait for dialog to complate closing
// Wait for dialog to complete closing
await new Promise((resolve) => setTimeout(resolve, 0));
}
showAutomationEditor({

View File

@ -632,7 +632,7 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
) {
return;
}
// Wait for dialog to complate closing
// Wait for dialog to complete closing
await new Promise((resolve) => setTimeout(resolve, 0));
}
showScriptEditor({