make pdfs in file app big

pull/1/head
ansuz 2017-06-19 16:13:11 +02:00
parent dbfad9d227
commit cc5d5d4f1d
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,12 @@ define([
$appContainer.css('background', 'white');
}
$dlButton.addClass('btn btn-success');
// make pdfs big
$iframe.find('media-tag iframe').css({
'height': 'calc(100vh - 64px)',
width: '100vw',
});
})
.on('decryptionError', function (e) {
var error = e.originalEvent;