mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Align entity registry buttons
This commit is contained in:
parent
93debac19a
commit
be6fef1824
@ -1051,9 +1051,9 @@ 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: 8px 24px 24px 24px;
|
||||||
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), 16px);
|
||||||
background-color: var(--mdc-theme-surface, #fff);
|
background-color: var(--mdc-theme-surface, #fff);
|
||||||
border-top: 1px solid var(--divider-color);
|
border-top: 1px solid var(--divider-color);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user