Change padding buttons entity settings (#13536)

This commit is contained in:
Bram Kragten 2022-08-31 17:48:54 +02:00 committed by GitHub
parent be0c22d7ae
commit 99e85173eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1051,7 +1051,8 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
.buttons { .buttons {
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
padding: 0 24px 24px 24px; padding: 24px;
padding-top: 16px;
justify-content: space-between; justify-content: space-between;
padding-bottom: max(env(safe-area-inset-bottom), 24px); padding-bottom: max(env(safe-area-inset-bottom), 24px);
background-color: var(--mdc-theme-surface, #fff); background-color: var(--mdc-theme-surface, #fff);