diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 216a3e372..0e83ad744 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -477,6 +477,10 @@ h1, h2, h3 { .appstore-install .app-icon { float: left; + min-height: 96px; + max-height: 96px; + min-width: 96px; + max-width: 100%; } // ---------------------------- diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 262dd0de3..ea198e2c7 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -10,6 +10,8 @@ {{ appInstall.app.manifest.author }}
Last updated {{ appInstall.app.creationDate | prettyDate }} +
+ {{ appInstall.app.manifest.memoryLimit | prettyMemory }}M