nodebb-theme-harmony 1.0.52 → 1.0.53

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scss/topic.scss +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
package/scss/topic.scss CHANGED
@@ -35,6 +35,10 @@
35
35
  }
36
36
  }
37
37
 
38
+ > [component="post"] > [component="post/footer"] {
39
+ margin-left: calc($spacer * 2.5);
40
+ }
41
+
38
42
  [component="post"] {
39
43
  &.selected .post-container {
40
44
  background-color: mix($body-bg, $body-color, 90%);
@@ -69,10 +73,6 @@
69
73
  }
70
74
  }
71
75
  }
72
-
73
- > [component="post/footer"] {
74
- margin-left: calc($spacer * 2.5);
75
- }
76
76
  }
77
77
 
78
78
  [component="post/reply-count"] {
@@ -120,8 +120,9 @@
120
120
 
121
121
  [component="post"] {
122
122
  padding-top: 0 !important;
123
-
123
+ padding-bottom: $spacer;
124
124
  &:last-of-type {
125
+ padding-bottom: 0;
125
126
  .post-footer {
126
127
  border-bottom: none !important;
127
128
  }