Small style and event fixes

This commit is contained in:
Stefan Zermatten
2017-01-23 15:08:19 +02:00
parent 33ca60c2e6
commit 1af15eff3c
24 changed files with 210 additions and 249 deletions

View File

@@ -34,6 +34,28 @@
max-height: 600px;
}
.dialog-stack app-toolbar {
border-radius: 2px 2px 0 0;
}
@media (max-width: 640px) {
.dialog-stack app-toolbar {
border-radius: 0;
}
}
@media (max-width: 640px) {
.dialog-stack .dialog-sizer {
width: 100%;
height: 100%;
max-width: initial;
max-height: initial;
}
.dialog-stack .dialog {
border-radius: 0;
}
}
.dialog-stack .dialog {
position: absolute;
width: 100%;
@@ -42,7 +64,6 @@
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12),
0 5px 5px -3px rgba(0, 0, 0, 0.4);
overflow: hidden;
border-radius: 2px;
transform-origin: top left;
}