system-log-card: make a header & card-content similar to error-log-card (#23799)

Co-authored-by: Wendelin <12148533+wendevlin@users.noreply.github.com>
This commit is contained in:
ildar170975 2025-01-20 10:26:18 +03:00 committed by GitHub
parent aad94624e2
commit f76c22cb5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,7 @@ export class SystemLogCard extends LitElement {
.header-buttons {
display: flex;
align-items: center;
align-items: flex-start;
}
.card-header {
@ -271,7 +271,6 @@ export class SystemLogCard extends LitElement {
line-height: 48px;
display: block;
margin-block-start: 0px;
margin-block-end: 0px;
font-weight: normal;
}
@ -296,6 +295,8 @@ export class SystemLogCard extends LitElement {
.card-content {
border-top: 1px solid var(--divider-color);
padding-top: 16px;
padding-bottom: 16px;
}
.row-secondary {