mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +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`
|
||||
:host {
|
||||
display: block;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
.container {
|
||||
padding: 20px 24px;
|
||||
@ -1054,6 +1055,11 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
|
||||
justify-content: space-between;
|
||||
padding-bottom: max(env(safe-area-inset-bottom), 24px);
|
||||
background-color: var(--mdc-theme-surface, #fff);
|
||||
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
border-top: 1px solid var(--divider-color);
|
||||
}
|
||||
ha-select {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user