diff --git a/customize.dist/src/less2/include/comments.less b/customize.dist/src/less2/include/comments.less index 814b75277..7b373a35d 100644 --- a/customize.dist/src/less2/include/comments.less +++ b/customize.dist/src/less2/include/comments.less @@ -70,6 +70,11 @@ button:not(:last-child) { margin-right: 5px; } + svg { + width: 1rem; + height: 1rem; + margin-right: 0.35rem; + } } .cp-comment-container { @@ -91,6 +96,11 @@ &:last-child { margin-bottom: 10px; } + svg { + width: 1rem; + height: 1rem; + margin-right: 0.35rem; + } } .cp-comment { &:not(:first-child) { diff --git a/www/common/common-icons.js b/www/common/common-icons.js index 7ed3fa1a0..75172c02a 100644 --- a/www/common/common-icons.js +++ b/www/common/common-icons.js @@ -117,8 +117,8 @@ define([ "sort-amount-desc": "arrow-down-wide-narrow", "export-sheet": "sheet", "announcement": "megaphone", - "reply": "message-square-reply", - "comment": "message-square", + "reply": "reply", + "comment": "message-square-text", "file-image": "file-image", "snapshot": "camera", "certificate": "shield-check", diff --git a/www/pad/inner.js b/www/pad/inner.js index c7c8f8670..cbce897ff 100644 --- a/www/pad/inner.js +++ b/www/pad/inner.js @@ -968,6 +968,7 @@ define([ content.push(h('p.cp-pad-toc-'+level, a)); }); $toc.html('').append(content); + Lucide.createIcons(); }, 400); // apply patches, and try not to lose the cursor in the process! diff --git a/www/profile/app-profile.less b/www/profile/app-profile.less index 85783f54b..cf8474521 100644 --- a/www/profile/app-profile.less +++ b/www/profile/app-profile.less @@ -179,6 +179,9 @@ display: flex; align-items: center; color: @cp-profile-is-your-friend; + svg { + margin: 0.1rem 0 0 0; + } } .cp-app-profile-friend-request { flex: 0;