fix: restrict image size in comments
This commit is contained in:
parent
4fac934cec
commit
f1fefec291
1 changed files with 5 additions and 0 deletions
|
|
@ -310,6 +310,11 @@
|
|||
.mention {
|
||||
--user-mention-bg-color: var(--control-bg);
|
||||
}
|
||||
p {
|
||||
img {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ql-mention-list {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue