Merge remote-tracking branch 'origin/update-icons' into update-icons

This commit is contained in:
daria 2025-09-10 13:48:53 +03:00
commit 80fd5f76a6
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
4 changed files with 16 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

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

View File

@ -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!

View File

@ -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;