forked from home-assistant/core
ps: dialogs on small screens only take needed height
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||||
VERSION = "e8fe471fe5b24cd410b9f251f8253064"
|
VERSION = "e90cfdadc67bce88083a4af5b653bed5"
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -18,8 +18,10 @@
|
|||||||
:host.two-column {
|
:host.two-column {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 64px);
|
max-height: calc(100% - 64px);
|
||||||
top: 64px;
|
bottom: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host .sidebar {
|
:host .sidebar {
|
||||||
@@ -31,8 +33,10 @@
|
|||||||
:host {
|
:host {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 64px);
|
max-height: calc(100% - 64px);
|
||||||
top: 64px;
|
bottom: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user