mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix comments icons in richtext
This commit is contained in:
parent
63576b004b
commit
8b0e9a0a52
@ -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) {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user