Reduce more-info dialog margin (#15649)

Reduce more-info margin
This commit is contained in:
Paul Bottein 2023-03-01 14:28:35 +01:00 committed by GitHub
parent 0d869d53e3
commit 34c15d96c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -454,7 +454,7 @@ export class MoreInfoDialog extends LitElement {
ha-related-items, ha-related-items,
ha-more-info-history-and-logbook { ha-more-info-history-and-logbook {
padding: 24px; padding: 8px 24px 24px 24px;
display: block; display: block;
} }

View File

@ -98,7 +98,7 @@ export class MoreInfoInfo extends LitElement {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
padding: 24px; padding: 8px 24px 24px 24px;
padding-bottom: max(env(safe-area-inset-bottom), 24px); padding-bottom: max(env(safe-area-inset-bottom), 24px);
} }

View File

@ -93,7 +93,7 @@ export class HaMoreInfoSettings extends LitElement {
return [ return [
css` css`
.content { .content {
padding: 24px; padding: 8px 24px 24px 24px;
} }
`, `,
]; ];

View File

@ -1325,7 +1325,7 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
display: block; display: block;
} }
.container { .container {
padding: 20px 24px; padding: 8px 24px 20px 24px;
} }
.buttons { .buttons {
box-sizing: border-box; box-sizing: border-box;