mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix: #559 custom input ui style
This commit is contained in:
		@@ -149,6 +149,7 @@
 | 
				
			|||||||
  background-color: var(--white);
 | 
					  background-color: var(--white);
 | 
				
			||||||
  color: var(--black);
 | 
					  color: var(--black);
 | 
				
			||||||
  resize: none;
 | 
					  resize: none;
 | 
				
			||||||
 | 
					  min-width: 50px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 600px) {
 | 
					@media only screen and (max-width: 600px) {
 | 
				
			||||||
@@ -159,4 +160,4 @@
 | 
				
			|||||||
      max-height: 50vh;
 | 
					      max-height: 50vh;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user