Show required memory in app install dialog

Fixes #150
This commit is contained in:
Johannes Zellner
2016-12-30 12:51:41 +01:00
parent 0f1a4422f5
commit d72b1d8bd5
2 changed files with 6 additions and 0 deletions

View File

@@ -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%;
}
// ----------------------------