Fixed image chat width
This commit is contained in:
parent
0fc025545d
commit
8b72eca3bb
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ loader.register_task(loader.Stage.JAVASCRIPT_INITIALIZING, {
|
|||
}
|
||||
|
||||
return (
|
||||
<div key={"irc-" + ++reactId} className={"xbbcode-tag-img"}>
|
||||
<div key={"irc-" + ++reactId} className={"xbbcode-tag xbbcode-tag-img"}>
|
||||
<img src={"img/loading_image.svg"} onLoad={event => loadImageForElement(event.currentTarget)} x-image-url={encodeURIComponent(target)} title={target} alt={target} />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue