mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-02 13:42:20 +00:00
Fix (tried to) regressions introduced by angular-material update
This commit is contained in:
committed by
Francis Lachapelle
parent
1477bd6eae
commit
eaeae77be4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user