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 b4e0f0f47..fcce899dd 100644 --- a/www/common/common-icons.js +++ b/www/common/common-icons.js @@ -119,8 +119,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",