mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Improved attachment glyph handling
This commit is contained in:
parent
6b29460bdf
commit
50487af6a7
6 changed files with 18 additions and 23 deletions
|
|
@ -163,7 +163,7 @@ export class AttachmentModel extends AbstractModel {
|
|||
thumbnailStyle() {
|
||||
return this.hasThumbnail()
|
||||
? 'background:url(' + serverRequestRaw('ViewThumbnail', this.download) + ')'
|
||||
: '';
|
||||
: null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue