Chats: display of non-image attachments

This commit is contained in:
Alex Gleason 2020-09-06 17:20:26 -05:00
parent a02155846d
commit 024e9209af
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 6 additions and 0 deletions

View file

@ -351,6 +351,12 @@
display: none;
}
.media-gallery__item:not(.media-gallery__item--image) {
max-width: 100%;
width: 120px !important;
height: 70px !important;
}
&__preview {
background-color: transparent;
}