This commit is contained in:
Djamil Legato
2016-11-02 10:27:39 -07:00
parent 1858eb0268
commit 4da49c487d
6 changed files with 5 additions and 6 deletions

View File

@@ -10,7 +10,6 @@
* Editor link button doesn't prefix links with `http://` anymore [#813](https://github.com/getgrav/grav-plugin-admin/issues/813)
* Dashboard Charts now always refresh no matter what [#753](https://github.com/getgrav/grav-plugin-admin/issues/753)
* Use rawRoute for parent too when saving [#843](https://github.com/getgrav/grav-plugin-admin/issues/843)
* Fixed files thumbnail size to 150x150
# v1.2.4
## 10/22/2016

View File

@@ -48,7 +48,7 @@ Dropzone.confirm = (question, accepted, rejected) => {
const DropzoneMediaConfig = {
createImageThumbnails: { },
thumbnailWidth: 150,
thumbnailHeight: 150,
thumbnailHeight: 100,
addRemoveLinks: false,
dictDefaultMessage: translations.PLUGIN_ADMIN.DROP_FILES_HERE_TO_UPLOAD,
dictRemoveFileConfirmation: '[placeholder]',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
/* The MIT License */
$preview-width: 150px;
$preview-height: 150px;
$preview-height: 100px;
.dropzone {
position: relative;