nodebb-theme-harmony 2.0.0-pre.10 → 2.0.0-pre.11

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": "2.0.0-pre.10",
3
+ "version": "2.0.0-pre.11",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
package/scss/header.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  // hide brand/title on user and group details pages so it doesnt break covers
2
- body[class*="template-account-"], .template-groups-details {
2
+ body[class*="template-account-"], .template-chats, .template-groups-details {
3
3
  .brand-container {
4
4
  display: none;
5
5
  }
@@ -36,7 +36,7 @@
36
36
  <i class="fa fa-lock"></i>
37
37
  <span>[[topic:locked]]</span>
38
38
  </span>
39
- <span class="badge border border-gray-300 text-body {{{ if !./oldCid }}}hidden{{{ end }}}">
39
+ <span component="topic/moved" class="badge border border-gray-300 text-body {{{ if !./oldCid }}}hidden{{{ end }}}">
40
40
  <i class="fa fa-arrow-circle-right"></i>
41
41
  <span>[[topic:moved]]</span>
42
42
  </span>
@@ -38,7 +38,7 @@
38
38
  <i class="fa fa-lock"></i>
39
39
  [[topic:locked]]
40
40
  </span>
41
- <a href="{config.relative_path}/category/{oldCid}" class="badge badge border border-gray-300 text-body text-decoration-none {{{ if !oldCid }}}hidden{{{ end }}}">
41
+ <a component="topic/moved" href="{config.relative_path}/category/{oldCid}" class="badge badge border border-gray-300 text-body text-decoration-none {{{ if !oldCid }}}hidden{{{ end }}}">
42
42
  <i class="fa fa-arrow-circle-right"></i>
43
43
  {{{ if privileges.isAdminOrMod }}}[[topic:moved-from, {oldCategory.name}]]{{{ else }}}[[topic:moved]]{{{ end }}}
44
44
  </a>