nodebb-theme-persona 11.3.3 → 11.3.4

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/less/mixins.less +6 -0
  2. package/package.json +1 -1
package/less/mixins.less CHANGED
@@ -100,6 +100,10 @@
100
100
  &+.timeline-event:before {
101
101
  display: none;
102
102
  }
103
+
104
+ .timeline-text.timeago {
105
+ display: none;
106
+ }
103
107
  }
104
108
  }
105
109
 
@@ -145,6 +149,8 @@
145
149
  display: flex;
146
150
  align-items: center;
147
151
  justify-content: center;
152
+ flex-shrink: 0;
153
+
148
154
  width: 32px;
149
155
  height: 32px;
150
156
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "11.3.3",
3
+ "version": "11.3.4",
4
4
  "nbbpm": {
5
5
  "compatibility": "^1.18.0"
6
6
  },