Initial popup view for messages

This commit is contained in:
Francis Lachapelle
2015-09-04 17:31:16 -04:00
parent bf02b3046f
commit 2720aebf04
10 changed files with 316 additions and 41 deletions
@@ -11,6 +11,20 @@
max-height: 100%;
}
body.popup {
.viewer {
width: 100%;
}
.view-detail {
max-width: 100%;
}
@include from(md) {
[class|="view"] {
position: static;
}
}
}
// We make intensive use of the list/detail view pattern, here are some base
// definitions for this
// ----------------------------------------------------------------------------