nodebb-theme-harmony 2.1.41 → 2.1.43

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/library.js CHANGED
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  const nconf = require.main.require('nconf');
4
- const { setTimeout } = require('timers/promises');
5
4
  const meta = require.main.require('./src/meta');
6
5
  const _ = require.main.require('lodash');
7
6
  const user = require.main.require('./src/user');
@@ -48,8 +47,6 @@ async function buildSkins() {
48
47
  for (const skin of meta.css.supportedSkins) {
49
48
  // eslint-disable-next-line no-await-in-loop
50
49
  await meta.css.buildBundle(`client-${skin}`, true);
51
- // eslint-disable-next-line no-await-in-loop
52
- await setTimeout(5000);
53
50
  }
54
51
  require.main.require('./src/meta/minifier').killAll();
55
52
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.1.41",
3
+ "version": "2.1.43",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -26,7 +26,7 @@
26
26
  {./bodyShort}
27
27
  </a>
28
28
  {{{ if ./bodyLong}}}
29
- <div class="text-secondary text-sm line-clamp-2 hidden-blockquote hidden-pre hidden-leading-br">
29
+ <div class="text-secondary text-sm line-clamp-2 text-contain hidden-blockquote hidden-pre hidden-leading-br">
30
30
  {./bodyLong}
31
31
  </div>
32
32
  {{{ end }}}