mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Update chat.module.scss
Specify styles for iOS devices.
This commit is contained in:
		@@ -349,6 +349,14 @@
 | 
			
		||||
      padding: 7px;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  /* Specific styles for iOS devices */
 | 
			
		||||
  @media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
 | 
			
		||||
    @supports (-webkit-touch-callout: none) {
 | 
			
		||||
      .chat-message-edit {
 | 
			
		||||
        top: -10%;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chat-message-status {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user