(css) Fix display of link and image attachments

pull/198/head
Francis Lachapelle 2016-02-05 12:04:26 -05:00
parent 03c6118224
commit 7b4f4cbc0d
1 changed files with 4 additions and 0 deletions

View File

@ -103,12 +103,16 @@ md-sidenav {
.msg-attachment-image,
.msg-attachment-link {
flex: 0 0 100%;
min-width: 0;
@include from(sm) {
flex: 0 0 50%;
}
@include from(md) {
flex: 0 0 33%;
}
[sg-zoomable-image] {
width: 100%;
}
.md-card-image {
// Make sure the image stays proportional
max-width: 100%;