Last modified by Super Admin on 2026/04/05 18:59

From version Icon 66.1 Icon
edited by Super Admin
on 2026/03/18 09:18
Change comment: There is no comment for this version
To version Icon 67.1 Icon
edited by Super Admin
on 2026/03/18 11:26
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1082,7 +1082,7 @@
1082 1082   body.classList.add('truncated');
1083 1083   var clampedH = body.clientHeight;
1084 1084   body.classList.remove('truncated');
1085 - if (fullH > clampedH + 10) {
1085 + if (fullH > clampedH * 1.3 + 20) {
1086 1086   body.classList.add('truncated');
1087 1087   var btn = document.createElement('button');
1088 1088   btn.className = 'btn-read-more';