fix tampilan forum

deksripsi:
- penambahan className untuk mempermudah css pada html
This commit is contained in:
2025-05-05 11:50:42 +08:00
parent cdc2664f6a
commit 9e66441cd0
10 changed files with 96 additions and 242 deletions

View File

@@ -18,7 +18,7 @@ export function Comp_V3_SetInnerHTMLWithStiker({
return (
<>
<div
// className={className}
className={className}
style={{ ...baseStyle, ...style }}
dangerouslySetInnerHTML={{ __html: props ?? "" }}
/>
@@ -42,10 +42,10 @@ export function Comp_V3_SetInnerHTMLWithStiker({
margin-bottom: 4px;
}
img {
max-width: 70px !important;
max-height: 70px !important;
}
// img {
// max-width: 70px !important;
// max-height: 70px !important;
// }
`}
</style>
</>