Improve more info update release note display (#22502)

* Fix ha-settings-row

* Improve update more info and update available card

* Set actions at the bottom on mobile

* Use update instead of install

* Improve markdown loaded
This commit is contained in:
Paul Bottein
2024-10-29 09:16:02 +01:00
committed by GitHub
parent e55f32ae91
commit 901f736d5f
7 changed files with 306 additions and 198 deletions

View File

@@ -86,6 +86,11 @@ export class HaMarkdown extends LitElement {
font-size: 1.5em;
font-weight: bold;
}
hr {
border-color: var(--divider-color);
border-bottom: none;
margin: 16px 0;
}
`;
}
}