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:
parent
12257e1560
commit
37cac717cb
5 changed files with 41 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue