diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-29 01:35:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:01 +0200 |
commit | a392532e28bb50a724e7ea76daad4472307406b2 (patch) | |
tree | 06dad893c1624d39a915577f430cd39b38cf7db8 /settings/js | |
parent | bb436a430000771735901bc84e999e8d15497807 (diff) | |
download | nextcloud-server-a392532e28bb50a724e7ea76daad4472307406b2.tar.gz nextcloud-server-a392532e28bb50a724e7ea76daad4472307406b2.zip |
also improve layout of apps from store
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/js')
-rw-r--r-- | settings/js/apps.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js index 90453b7afdf..06ec001b672 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -271,7 +271,7 @@ OC.Settings.Apps = OC.Settings.Apps || { imageUrl : function (url, appfromstore) { var img; if (appfromstore) { - img = '<svg width="72" height="72" viewBox="0 0 72 72">'; + img = '<svg width="250" height="250" viewBox="0 0 72 72">'; img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" xlink:href="' + url + '" class="app-icon" /></svg>'; } else { img = '<svg width="32" height="32" viewBox="0 0 32 32">'; |