Use fit: cover for non-square thumbnails, better movie icon

Also: Match Android's X button in the quote composition area
This commit is contained in:
Scott Nonnenberg 2018-04-18 18:20:36 -07:00
parent 12257e1560
commit 37cac717cb
No known key found for this signature in database
GPG key ID: 5F82280C35134661
5 changed files with 41 additions and 29 deletions

View file

@ -95,7 +95,7 @@ export class Quote extends React.Component<Props, {}> {
if (Mime.isVideo(contentType)) {
return objectUrl
? this.renderImage(objectUrl, 'play')
: this.renderIcon('play');
: this.renderIcon('movie');
}
if (Mime.isImage(contentType)) {
return objectUrl