mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix: #1711 input range style in mobile screen
This commit is contained in:
		@@ -4,4 +4,9 @@
 | 
				
			|||||||
  padding: 5px 15px 5px 10px;
 | 
					  padding: 5px 15px 5px 10px;
 | 
				
			||||||
  font-size: 12px;
 | 
					  font-size: 12px;
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
 | 
					  max-width: 40%;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  input[type="range"] {
 | 
				
			||||||
 | 
					    max-width: calc(100% - 50px);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user