Update templates/index.html
Browse files- 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="
|
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
|
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">
|