nodebb-plugin-ezoic-infinite 1.8.24 → 1.8.25

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/public/style.css +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.8.24",
3
+ "version": "1.8.25",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
package/public/style.css CHANGED
@@ -17,7 +17,7 @@
17
17
  display: block;
18
18
  margin: 0 !important;
19
19
  padding: 0 !important;
20
- min-height: 50px;
20
+ min-height: 1px;
21
21
  }
22
22
 
23
23
  /* ── Ciblage précis des nœuds Ezoic dans nos wraps ───────────────────────── */
@@ -41,7 +41,7 @@
41
41
  .nodebb-ezoic-wrap span.ezoic-ad {
42
42
  margin: 0 !important;
43
43
  padding: 0 !important;
44
- min-height: 50px !important;
44
+ min-height: 1px !important;
45
45
  height: auto !important;
46
46
  }
47
47
 
@@ -59,13 +59,13 @@
59
59
  /* ── État vide ────────────────────────────────────────────────────────────── */
60
60
  /*
61
61
  Ajouté 20s après showAds si aucun fill détecté.
62
- Collapse à 50px : réserve minimale demandée, reste observable par l'IO.
62
+ Collapse à 1px : réserve minimale demandée, reste observable par l'IO.
63
63
  */
64
64
  .nodebb-ezoic-wrap.is-empty {
65
65
  display: block !important;
66
- height: 50px !important;
67
- min-height: 50px !important;
68
- max-height: 50px !important;
66
+ height: 1px !important;
67
+ min-height: 1px !important;
68
+ max-height: 1px !important;
69
69
  margin: 0 !important;
70
70
  padding: 0 !important;
71
71
  overflow: hidden !important;