ps: dialogs on small screens only take needed height

This commit is contained in:
Paulus Schoutsen 2015-01-03 09:50:44 -08:00
parent f64e84d087
commit a6ec071244
3 changed files with 18 additions and 10 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "e8fe471fe5b24cd410b9f251f8253064"
VERSION = "e90cfdadc67bce88083a4af5b653bed5"

File diff suppressed because one or more lines are too long

View File

@ -18,8 +18,10 @@
:host.two-column {
margin: 0;
width: 100%;
height: calc(100% - 64px);
top: 64px;
max-height: calc(100% - 64px);
bottom: 0px;
left: 0px;
right: 0px;
}
:host .sidebar {
@ -31,8 +33,10 @@
:host {
margin: 0;
width: 100%;
height: calc(100% - 64px);
top: 64px;
max-height: calc(100% - 64px);
bottom: 0px;
left: 0px;
right: 0px;
}
}