mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
ps: dialogs on small screens only take needed height
This commit is contained in:
parent
f64e84d087
commit
a6ec071244
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user