mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	@@ -218,7 +218,6 @@
 | 
			
		||||
  flex: 1;
 | 
			
		||||
  overflow: auto;
 | 
			
		||||
  padding: 20px;
 | 
			
		||||
  margin-bottom: 100px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chat-body-title {
 | 
			
		||||
@@ -342,9 +341,6 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.chat-input-panel {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  bottom: 0px;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  padding: 20px;
 | 
			
		||||
  box-sizing: border-box;
 | 
			
		||||
 
 | 
			
		||||
@@ -53,7 +53,7 @@
 | 
			
		||||
  --sidebar-width: 300px;
 | 
			
		||||
  --window-content-width: calc(100% - var(--sidebar-width));
 | 
			
		||||
  --message-max-width: 80%;
 | 
			
		||||
  --full-height: 100vh;
 | 
			
		||||
  --full-height: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 600px) {
 | 
			
		||||
@@ -75,6 +75,9 @@
 | 
			
		||||
    @include dark;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
html {
 | 
			
		||||
  height: var(--full-height);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
  background-color: var(--gray);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user