mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
fix buttons at bottom of entity settings dialog (#13517)
This commit is contained in:
parent
3648c8c07a
commit
260855abbb
@ -1043,6 +1043,7 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
|
|||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
padding: 20px 24px;
|
padding: 20px 24px;
|
||||||
@ -1054,6 +1055,11 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
|
|||||||
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);
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
border-top: 1px solid var(--divider-color);
|
||||||
}
|
}
|
||||||
ha-select {
|
ha-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user