1
mirror of https://github.com/home-assistant/frontend synced 2024-09-25 09:39:00 +02:00

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 {
box-sizing: border-box;
display: flex;
padding: 0 24px 24px 24px;
padding: 24px;
padding-top: 16px;
justify-content: space-between;
padding-bottom: max(env(safe-area-inset-bottom), 24px);
background-color: var(--mdc-theme-surface, #fff);