mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: markdown rendering
Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
on:click={() => {
|
||||
showImagePreview = true;
|
||||
}}
|
||||
class="w-full"
|
||||
class=" w-fit"
|
||||
>
|
||||
<img src={_src} {alt} class=" max-h-96 rounded-lg" draggable="false" data-cy="image" />
|
||||
<img src={_src} {alt} class=" max-h-96 rounded-lg w-full" draggable="false" data-cy="image" />
|
||||
</button>
|
||||
</div>
|
||||
<ImagePreview bind:show={showImagePreview} src={_src} {alt} />
|
||||
|
||||
Reference in New Issue
Block a user