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.
- package/less/mixins.less +6 -0
- 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;
|