diff --git a/src/theme.scss b/src/theme.scss index 2fa19b86f..112f17c82 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -295,10 +295,11 @@ h1, h2, h3 { .app-info-title { display: inline-block; margin: 5px 10px; + line-height: 1.4; } .app-info-meta { - margin-left: 10px; + margin-left: 4px; color: $text-muted; } diff --git a/src/views/apps.html b/src/views/apps.html index eb59b684a..e4a4c5fcf 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -310,11 +310,11 @@
{{ appInfo.app.manifest.title }} Package v{{ appInfo.app.manifest.version }} +
+ App ID {{ appInfo.app.id }} +
+ Last updated {{ appInfo.app.updateTime | prettyDate }}
-
- App ID {{ appInfo.app.id }} -
- Last updated {{ appInfo.app.updateTime | prettyDate }}