mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-23 19:04:10 +01:00
layout mimics actual chatgpt ui
This commit is contained in:
parent
254f9d7e26
commit
f2003da779
13 changed files with 410 additions and 11 deletions
|
|
@ -12,7 +12,10 @@ export default function Messages({ messages }) {
|
|||
scrollToBottom();
|
||||
}, [messages]);
|
||||
|
||||
// <div className="flex-1 overflow-hidden">
|
||||
// <div className="w-full border-b border-black/10 dark:border-gray-900/50 text-gray-800 dark:text-gray-100 group dark:bg-gray-800">
|
||||
// </div>
|
||||
// <div className="flex h-full text-sm dark:bg-gray-800"></div>;
|
||||
return (
|
||||
<div className="flex-1 overflow-y-auto ">
|
||||
{messages.map((message, i) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue