mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
(css) Fix display of link and image attachments
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user