fix: restrict image size in comments

This commit is contained in:
sokumon 2025-03-20 15:50:44 +05:30
parent 4fac934cec
commit f1fefec291

View file

@ -310,6 +310,11 @@
.mention {
--user-mention-bg-color: var(--control-bg);
}
p {
img {
max-width: 500px;
}
}
}
.ql-mention-list {