mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
show HA toolbar when showing popups for easy going back
This commit is contained in:
parent
88c4c77cbd
commit
9656ff6636
@ -32,7 +32,8 @@
|
||||
paper-action-dialog {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 64px);
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
.eventContainer {
|
||||
|
@ -33,7 +33,8 @@
|
||||
paper-action-dialog {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 64px);
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
.serviceContainer {
|
||||
|
@ -31,7 +31,8 @@
|
||||
paper-action-dialog {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100% - 64px);
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
.stateContainer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user