Spaces:
Running
Running
Update templates/talkDetail.html
Browse files
templates/talkDetail.html
CHANGED
@@ -156,7 +156,7 @@
|
|
156 |
|
157 |
<div
|
158 |
id="transcription"
|
159 |
-
class="p-4 bg-gray-
|
160 |
>
|
161 |
ここに会話内容が表示されます。
|
162 |
</div>
|
|
|
156 |
|
157 |
<div
|
158 |
id="transcription"
|
159 |
+
class="p-4 bg-gray-700 dark:bg-gray-700 rounded-lg mb-4 max-h-96 overflow-y-auto"
|
160 |
>
|
161 |
ここに会話内容が表示されます。
|
162 |
</div>
|