nodebb-theme-harmony 1.1.10 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.3.0"
6
6
  },
@@ -54,7 +54,7 @@
54
54
  </div>
55
55
  </div>
56
56
  {{{ if !config.hideCategoryLastPost }}}
57
- <div component="topic/teaser" class="teaser col-lg-6 col-12{{{ if !config.theme.mobileTopicTeasers }}}d-none d-lg-block{{{ end }}}">
57
+ <div component="topic/teaser" class="teaser col-lg-6 col-12 {{{ if !config.theme.mobileTopicTeasers }}}d-none d-lg-block{{{ end }}}">
58
58
  <!-- IMPORT partials/categories/lastpost.tpl -->
59
59
  </div>
60
60
  {{{ end }}}
@@ -1,7 +1,7 @@
1
1
  <div class="lastpost border-start border-2 lh-sm h-100" style="border-color: {./bgColor}!important;">
2
2
  {{{ each ./posts }}}
3
3
  {{{ if @first }}}
4
- <div component="category/posts" class="ps-2 text-xs d-flex flex-column h-100">
4
+ <div component="category/posts" class="ps-2 text-xs d-flex flex-column h-100 gap-1">
5
5
  <div>
6
6
  <a class="text-decoration-none" href="{config.relative_path}/user/{./user.userslug}">{buildAvatar(posts.user, "18px", true, "avatar-tooltip")}</a>
7
7
  <a class="permalink text-muted" href="{config.relative_path}/topic/{./topic.slug}{{{ if ./index }}}/{./index}{{{ end }}}">
@@ -94,8 +94,8 @@
94
94
  <i class="d-xl-none fa fa-fw text-xs text-muted opacity-75 fa-eye"></i>
95
95
  </div>
96
96
  </div>
97
- <div component="topic/teaser" class="meta teaser col-lg-6 col-12{{{ if !config.theme.mobileTopicTeasers }}}d-none d-lg-block{{{ end }}}">
98
- <div class="lastpost border-start border-2 lh-sm h-100 d-flex flex-column" style="border-color: {./category.bgColor}!important;">
97
+ <div component="topic/teaser" class="meta teaser col-lg-6 col-12 {{{ if !config.theme.mobileTopicTeasers }}}d-none d-lg-block{{{ end }}}">
98
+ <div class="lastpost border-start border-2 lh-sm h-100 d-flex flex-column gap-1" style="border-color: {./category.bgColor}!important;">
99
99
  {{{ if ./unreplied }}}
100
100
  <div class="ps-2 text-xs">
101
101
  [[category:no_replies]]