mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge remote-tracking branch 'origin/update-icons' into update-icons
This commit is contained in:
commit
80fd5f76a6
@ -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) {
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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!
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user