diff --git a/less/search.less b/less/search.less index 2937bda..eb648ed 100644 --- a/less/search.less +++ b/less/search.less @@ -2,6 +2,11 @@ .user-img { .user-icon-style(24px, 1.5, 50%); } + .post-search-item { + .bootstrap-tagsinput { + display: block; + } + } } .search-result-text { @@ -22,4 +27,5 @@ button { padding: 4px 6px; } -} \ No newline at end of file +} + diff --git a/package.json b/package.json index 7929ae0..a81c9a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "4.1.88", + "version": "4.1.90", "nbbpm": { "compatibility": "^0.8.2 || ^0.9.0 || ^1.0.0" }, diff --git a/templates/partials/categories/item.tpl b/templates/partials/categories/item.tpl index b1c9934..3baea8c 100644 --- a/templates/partials/categories/item.tpl +++ b/templates/partials/categories/item.tpl @@ -18,9 +18,11 @@ + + diff --git a/templates/search.tpl b/templates/search.tpl index 19b5ce6..7744a00 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -48,6 +48,11 @@ [[search:search-child-categories]] +