bigger file thumbnail in app sidebar

This commit is contained in:
Jan-Christoph Borchardt 2015-08-24 16:58:30 +02:00
parent 763b75ff4f
commit a659ccb89c
2 changed files with 7 additions and 6 deletions

View file

@ -12,11 +12,11 @@
}
#app-sidebar .thumbnail {
width: 50px;
height: 50px;
width: 75px;
height: 75px;
float: left;
margin-right: 10px;
background-size: 50px;
background-size: 75px;
}
#app-sidebar .ellipsis {
@ -27,7 +27,8 @@
#app-sidebar .fileName {
font-size: 16px;
padding-top: 3px;
padding-top: 13px;
padding-bottom: 3px;
}
#app-sidebar .file-details {

View file

@ -125,8 +125,8 @@
path: this.model.getFullPath(),
mime: this.model.get('mimetype'),
etag: this.model.get('etag'),
x: 50,
y: 50,
x: 75,
y: 75,
callback: function(previewUrl) {
$iconDiv.css('background-image', 'url("' + previewUrl + '")');
}