mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	fixup
This commit is contained in:
		@@ -185,6 +185,10 @@
 | 
			
		||||
        max-width: calc(100% - 104px);
 | 
			
		||||
        box-shadow: var(--card-shadow);
 | 
			
		||||
        border: var(--border-in-light);
 | 
			
		||||
 | 
			
		||||
        * {
 | 
			
		||||
          overflow: hidden;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      &-assistant {
 | 
			
		||||
 
 | 
			
		||||
@@ -386,7 +386,7 @@ export function ImagePreviewer(props: {
 | 
			
		||||
                />
 | 
			
		||||
              </div>
 | 
			
		||||
 | 
			
		||||
              <div className={`${styles["body"]} `}>
 | 
			
		||||
              <div className={styles["body"]}>
 | 
			
		||||
                <Markdown
 | 
			
		||||
                  content={m.content}
 | 
			
		||||
                  fontSize={config.fontSize}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user