This commit is contained in:
Yidadaa 2023-05-22 23:59:11 +08:00
parent 4cf659c29b
commit d34676c5b2
2 changed files with 5 additions and 1 deletions

View File

@ -185,6 +185,10 @@
max-width: calc(100% - 104px);
box-shadow: var(--card-shadow);
border: var(--border-in-light);
* {
overflow: hidden;
}
}
&-assistant {

View File

@ -386,7 +386,7 @@ export function ImagePreviewer(props: {
/>
</div>
<div className={`${styles["body"]} `}>
<div className={styles["body"]}>
<Markdown
content={m.content}
fontSize={config.fontSize}