mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	fixup: #2149 chat action button style
This commit is contained in:
		@@ -316,6 +316,8 @@ function ChatAction(props: {
 | 
			
		||||
        props.onClick();
 | 
			
		||||
        setTimeout(updateWidth, 1);
 | 
			
		||||
      }}
 | 
			
		||||
      onMouseEnter={updateWidth}
 | 
			
		||||
      onTouchStart={updateWidth}
 | 
			
		||||
      style={
 | 
			
		||||
        {
 | 
			
		||||
          "--icon-width": `${width.icon}px`,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user