nodebb-theme-harmony 1.2.4 → 1.2.5

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.2.4",
3
+ "version": "1.2.5",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -1,6 +1,6 @@
1
1
  .pagination-block { display: none; }
2
2
 
3
- .page-topic {
3
+ body.template-topic {
4
4
  // used for both sidebar and bottom bar pagination-block
5
5
  .pagination-block {
6
6
  display: block;
package/scss/topic.scss CHANGED
@@ -1,4 +1,4 @@
1
- .page-topic {
1
+ body.template-topic {
2
2
  .topic {
3
3
  .posts-container {
4
4
  max-width: 960px;
@@ -113,7 +113,7 @@
113
113
  }
114
114
 
115
115
  @include media-breakpoint-up(sm) {
116
- .page-topic {
116
+ body.template-topic {
117
117
  .topic .posts {
118
118
  [component="post"] {
119
119
  [component="post/actions"] {