davydluben commited on
Commit
62977be
·
verified ·
1 Parent(s): 02791bf

Терминал и там где я общаюсь с ии он какой-то чересчур маленький! - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -36,7 +36,7 @@
36
  padding: 0.75rem;
37
  }
38
  #chatContainer, #consoleOutput {
39
- height: 250px;
40
  font-size: 0.9rem;
41
  }
42
  .chat-bubble-ai, .chat-bubble-user {
@@ -62,7 +62,7 @@
62
 
63
  @media (max-width: 400px) {
64
  #chatContainer, #consoleOutput {
65
- height: 200px;
66
  }
67
  .chat-bubble-ai, .chat-bubble-user {
68
  max-width: 80%;
@@ -180,7 +180,7 @@
180
  <i class="fas fa-comments mr-2 text-indigo-400"></i> AI Communication
181
  </h2>
182
 
183
- <div id="chatContainer" class="h-[500px] overflow-y-auto mb-4 bg-gray-700 rounded-lg p-4 console-scrollbar">
184
  <div class="chat-message mb-4">
185
  <div class="flex items-start mb-2">
186
  <div class="bg-gradient-to-r from-purple-500 to-indigo-500 w-8 h-8 rounded-full flex items-center justify-center mr-3">
@@ -222,7 +222,7 @@
222
  </div>
223
  </div>
224
 
225
- <div id="consoleOutput" class="bg-console-bg text-console-text font-mono text-sm p-4 rounded-lg h-[500px] overflow-y-auto console-scrollbar">
226
  <div class="mb-2">
227
  <span class="text-green-400">user@ai-console:~$</span>
228
  <span>agent --start</span>
 
36
  padding: 0.75rem;
37
  }
38
  #chatContainer, #consoleOutput {
39
+ height: 350px;
40
  font-size: 0.9rem;
41
  }
42
  .chat-bubble-ai, .chat-bubble-user {
 
62
 
63
  @media (max-width: 400px) {
64
  #chatContainer, #consoleOutput {
65
+ height: 300px;
66
  }
67
  .chat-bubble-ai, .chat-bubble-user {
68
  max-width: 80%;
 
180
  <i class="fas fa-comments mr-2 text-indigo-400"></i> AI Communication
181
  </h2>
182
 
183
+ <div id="chatContainer" class="h-[600px] overflow-y-auto mb-4 bg-gray-700 rounded-lg p-4 console-scrollbar">
184
  <div class="chat-message mb-4">
185
  <div class="flex items-start mb-2">
186
  <div class="bg-gradient-to-r from-purple-500 to-indigo-500 w-8 h-8 rounded-full flex items-center justify-center mr-3">
 
222
  </div>
223
  </div>
224
 
225
+ <div id="consoleOutput" class="bg-console-bg text-console-text font-mono text-sm p-4 rounded-lg h-[600px] overflow-y-auto console-scrollbar">
226
  <div class="mb-2">
227
  <span class="text-green-400">user@ai-console:~$</span>
228
  <span>agent --start</span>