diff --git a/less/account.less b/less/account.less index 4bece14..3aab0a3 100644 --- a/less/account.less +++ b/less/account.less @@ -148,6 +148,7 @@ h4 { font-size: 13px; + text-align: left; @media (max-width: @screen-xs-max) { font-size: 11px; @@ -170,6 +171,7 @@ .account-stats { display: inline-block; + text-align: center; .stat { text-align: center; diff --git a/less/groups.less b/less/groups.less index 06eec72..60fcc7a 100644 --- a/less/groups.less +++ b/less/groups.less @@ -195,6 +195,7 @@ .card-body.card-padding { @media (min-width: @screen-md-min) { padding: 18px; + min-height: 68px; } } } \ No newline at end of file diff --git a/package.json b/package.json index 5e3ac81..5ddd2db 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "nodebb-theme-material", - "version": "2.12.9", + "version": "2.13.1", "nbbpm": { - "compatibility": "^1.12.0" + "compatibility": "^1.17.0" }, "description": "Material Design theme for NodeBB", "main": "theme.less", diff --git a/templates/account/info.tpl b/templates/account/info.tpl index b0a2e4d..6309ea9 100644 --- a/templates/account/info.tpl +++ b/templates/account/info.tpl @@ -45,9 +45,9 @@
diff --git a/templates/categories.tpl b/templates/categories.tpl index 318f812..4cefb7a 100644 --- a/templates/categories.tpl +++ b/templates/categories.tpl @@ -1,6 +1,6 @@
- + {{{ each categories }}}
@@ -26,7 +26,7 @@
- + {{{ end }}} @@ -56,7 +56,7 @@
- + {{{ each categories }}}
@@ -89,7 +89,7 @@
- + {{{ each categories.children }}}
@@ -145,7 +145,7 @@
- + {{{ end }}}
- + {{{ end }}}
diff --git a/templates/footer.tpl b/templates/footer.tpl index c5ab5bf..5140900 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -17,24 +17,10 @@ - - - - - - - -
+ + diff --git a/templates/partials/account/header.tpl b/templates/partials/account/header.tpl index 99ec0d3..9bed039 100644 --- a/templates/partials/account/header.tpl +++ b/templates/partials/account/header.tpl @@ -24,7 +24,6 @@

@{username}[[user:banned]]

-
@@ -59,16 +58,13 @@ [[user:chat]] - [[user:follow]] - [[user:unfollow]] + + [[user:follow]] + [[user:unfollow]] - -
- -
diff --git a/templates/partials/category/subcategory.tpl b/templates/partials/category/subcategory.tpl index 0313115..d512cfa 100644 --- a/templates/partials/category/subcategory.tpl +++ b/templates/partials/category/subcategory.tpl @@ -80,7 +80,7 @@ diff --git a/templates/partials/groups/list.tpl b/templates/partials/groups/list.tpl index 546948f..3edabb4 100644 --- a/templates/partials/groups/list.tpl +++ b/templates/partials/groups/list.tpl @@ -1,4 +1,4 @@ - +{{{ each groups }}}
@@ -7,7 +7,7 @@
- \ No newline at end of file +{{{ end }}} \ No newline at end of file diff --git a/templates/partials/post_bar.tpl b/templates/partials/post_bar.tpl index 655670c..fdd5d09 100644 --- a/templates/partials/post_bar.tpl +++ b/templates/partials/post_bar.tpl @@ -1,10 +1,10 @@
- + {{{end}}} \ No newline at end of file