fix stiker forum
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import { funGetUserIdByToken } from "@/app_modules/_global/fun/get";
|
||||
import Forum_MainDetail from "@/app_modules/forum/detail/main_detail";
|
||||
import Forum_V3_MainDetail from "@/app_modules/forum/detail/v3_main_detail";
|
||||
|
||||
export default async function Page() {
|
||||
const userLoginId = await funGetUserIdByToken();
|
||||
return (
|
||||
<>
|
||||
<Forum_MainDetail userLoginId={userLoginId as string} />
|
||||
{/* <Forum_V3_MainDetail userLoginId={userLoginId as string} /> */}
|
||||
{/* <Forum_MainDetail userLoginId={userLoginId as string} /> */}
|
||||
<Forum_V3_MainDetail userLoginId={userLoginId as string} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user