Always show info box that displays app version

Fixes #478
This commit is contained in:
Girish Ramakrishnan
2017-11-11 11:08:16 -08:00
parent 3ec806452c
commit a19c566eea
3 changed files with 40 additions and 20 deletions

View File

@@ -288,6 +288,24 @@ h1, h2, h3 {
overflow-y: auto;
}
.app-info-title {
display: inline-block;
margin: 5px 10px;
}
.app-info-meta {
margin-left: 10px;
color: $text-muted;
}
.app-info-icon {
float: left;
min-height: 64px;
max-height: 64px;
min-width: 64px;
max-width: 100%;
}
// ----------------------------
// Appstore view
// ----------------------------
@@ -1166,4 +1184,4 @@ footer {
left: 0;
width: 100%;
height: 100%;
}
}