mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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 {
|
paper-action-dialog {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: calc(100% - 64px);
|
||||||
|
top: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.eventContainer {
|
.eventContainer {
|
||||||
|
@ -33,7 +33,8 @@
|
|||||||
paper-action-dialog {
|
paper-action-dialog {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: calc(100% - 64px);
|
||||||
|
top: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serviceContainer {
|
.serviceContainer {
|
||||||
|
@ -31,7 +31,8 @@
|
|||||||
paper-action-dialog {
|
paper-action-dialog {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: calc(100% - 64px);
|
||||||
|
top: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stateContainer {
|
.stateContainer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user