diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-09-30 10:49:48 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-09-30 10:49:48 +0200 |
commit | 1051a3c6f5891e703a15225e12bbb9417755a860 (patch) | |
tree | 42309f8969042a29e2274e1b3d89da5a97dc322b /apps/files/templates | |
parent | db79ba547aaf4e3c8ab732aece11f8d738ebad95 (diff) | |
download | nextcloud-server-1051a3c6f5891e703a15225e12bbb9417755a860.tar.gz nextcloud-server-1051a3c6f5891e703a15225e12bbb9417755a860.zip |
Change small thumbnails to 32 px
* fixes #16913
* fixes issues in IE8 where the thumbnail is too big
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index bbbce8473de..7ebf80ee8b2 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -51,7 +51,7 @@ <p></p> </div> -<table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="36" data-preview-y="36"> +<table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="32" data-preview-y="32"> <thead> <tr> <th id='headerName' class="hidden column-name"> |