Fix (tried to) regressions introduced by angular-material update

This commit is contained in:
Benoit Favreault
2015-06-12 11:42:08 -04:00
committed by Francis Lachapelle
parent 1477bd6eae
commit eaeae77be4
7 changed files with 130 additions and 8 deletions
@@ -6,7 +6,13 @@
////
[id=messageEditor] {
width: (13 * $pitch + $mg); // 13 cols + 1margin for scrollbar
//width: (13 * $pitch + $mg); // 13 cols + 1margin for scrollbar
@include from(lg) {
@include flex-col(lg, 11, 1, 1);
}
@include at(md) {
@include flex-col(md, 10, 1, 1);
}
margin: 0 auto;
overflow: auto;
height: 100%;
@@ -43,6 +43,7 @@ $detailView-width: grid-step(8) !global;
min-width: ($listView-width - ($pitch * 2));
@include at(md){
@include flex-col(md, 7, 1, 1);
min-width: ($pitch * 3);
}
@include from(lg) {
@include flex-col(lg, 6, 1, 0);
@@ -71,6 +72,7 @@ $detailView-width: grid-step(8) !global;
@include from(md) {
.viewer {
position: absolute;
max-width: 100%;
transform: translate3d(0, 0, 0);
transition: all 0.5s $swift-ease-in-out-timing-function;
&.ng-enter {