UntilDot commited on
Commit
e200929
·
verified ·
1 Parent(s): de6f49c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -8,7 +8,7 @@
8
  <link rel="stylesheet" href="/static/style.css" />
9
  </head>
10
  <body class="bg0 text-fg0 transition-colors duration-300">
11
- <div class="min-h-screen flex flex-col justify-between p-4">
12
 
13
  <header class="flex items-center justify-between mb-4">
14
  <h1 class="text-2xl font-bold">MoA Chat</h1>
@@ -72,8 +72,8 @@
72
  </div>
73
  </div>
74
 
75
- <main id="chatContainer" class="flex-1 overflow-y-auto bg1 p-4 rounded shadow-md space-y-4">
76
- <!-- Messages injected here -->
77
  </main>
78
 
79
  <form id="chatForm" class="mt-4 flex">
 
8
  <link rel="stylesheet" href="/static/style.css" />
9
  </head>
10
  <body class="bg0 text-fg0 transition-colors duration-300">
11
+ <div class="main-container flex flex-col p-4">
12
 
13
  <header class="flex items-center justify-between mb-4">
14
  <h1 class="text-2xl font-bold">MoA Chat</h1>
 
72
  </div>
73
  </div>
74
 
75
+ <main id="chatContainer" class="flex-1 bg1 p-4 rounded shadow-md">
76
+ <!-- Messages (message-wrapper with message-bubble) injected here -->
77
  </main>
78
 
79
  <form id="chatForm" class="mt-4 flex">