Fix comments icons in richtext

This commit is contained in:
DianaXWiki 2025-09-10 13:47:34 +03:00
parent 63576b004b
commit 8b0e9a0a52
2 changed files with 12 additions and 2 deletions

View File

@ -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) {

View File

@ -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",