nodebb-theme-harmony 2.0.31 → 2.0.32

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/mixins.scss +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.0.31",
3
+ "version": "2.0.32",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
package/scss/mixins.scss CHANGED
@@ -97,6 +97,7 @@
97
97
 
98
98
  @include media-breakpoint-down(sm) {
99
99
  > [component="post"], .timeline-event {
100
+ margin-left: initial;
100
101
  &:first-child:before, &:last-child:after {
101
102
  display: none;
102
103
  }
@@ -116,6 +117,9 @@
116
117
 
117
118
  [component="topic/event"], [component="topic/necro-post"] {
118
119
  &.timeline-event {
120
+ .timeline-badge {
121
+ margin-right: initial;
122
+ }
119
123
  .timeline-text {
120
124
  line-height: 16px;
121
125
  font-size: 0.75rem;