(web) Restore mail threads

Fixes #3478
Fixes #4616
Fixes #4735
This commit is contained in:
Francis Lachapelle
2019-06-27 17:43:11 -04:00
parent cc6fcc5fbd
commit b5949752b4
10 changed files with 142 additions and 20 deletions
@@ -172,16 +172,25 @@ div.md-tile-left {
&-tile-content {
flex: 1;
overflow: hidden; // required in Firefox
.sg-tile-date, .sg-tile-size {
.sg-tile-date, .sg-tile-size, .sg-tile-thread {
flex-shrink: 0;
font-size: sg-size(body);
font-weight: $sg-font-light;
line-height: $sg-line-height-2;
margin-left: 3px;
margin-left: 3px !important;
}
.sg-tile-size {
font-size: sg-size(caption);
}
.sg-tile-thread {
min-height: auto;
min-width: auto;
padding: 0 3px !important;
font-weight: $sg-font-medium;
md-icon {
font-size: sg-size(body);
}
}
.#{$md}-subhead {
@extend .#{$md}-body-1;
white-space: pre;