summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css13
1 files changed, 13 insertions, 0 deletions
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;