From ba7c901d7a3a9c2598c1909795fb4432e3a34ec9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 7 Dec 2016 14:50:20 +0100 Subject: [PATCH] Add more appstore categories We do not have real categories, but only do filtering based on the tags an app mentions. This changes adds more such tags, so one by one we should ensure the correct tags are used in each app. Apps not part of any such category can be found by full text search field in the ui Fixes #114 --- webadmin/src/theme.scss | 4 ++++ webadmin/src/views/appstore.html | 19 ++++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 98f6243cf..452abbf9e 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -313,6 +313,10 @@ h1, h2, h3 { background-color: $navbar-default-link-hover-color; color: white; } + + & > i { + width: 30px; + } } diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 99e389df6..01cc2a2f8 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -263,15 +263,16 @@