diff --git a/settings/css/settings.css b/settings/css/settings.css index f327a73385a..62875997467 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -648,6 +648,19 @@ span.version { } } +/* hide app version and level on narrower screens */ +@media only screen and (max-width: 768px) { + #apps-list.installed .app-version, + #apps-list.installed .app-level { + display: none !important; + } +} +@media only screen and (max-width: 700px) { + #apps-list.installed .app-groups { + display: none !important; + } +} + .section h2.app-name { margin-bottom: 8px; display: inline; diff --git a/settings/templates/apps.php b/settings/templates/apps.php index e3e9ad97d6f..e102d87afaa 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -40,12 +40,12 @@ script( {{name}} {{/if}} -