fix stiker forum

This commit is contained in:
2025-04-23 17:47:16 +08:00
parent 02f7e34107
commit a05368520e
8 changed files with 602 additions and 13 deletions

View File

@@ -70,12 +70,12 @@ export default function Page() {
const style = document.createElement("style");
style.textContent = `
.ql-editor img {
max-width: 40px !important;
max-height: 40px !important;
max-width: 100px !important;
max-height: 100px !important;
}
.chat-content img {
max-width: 40px !important;
max-height: 40px !important;
max-width: 70px !important;
max-height: 70px !important;
}
`;
document.head.appendChild(style);