refactor: more tailwind components

This commit is contained in:
Tristan Yang
2023-01-30 18:56:37 +08:00
parent 5a2ac0f4ed
commit f5aabee719
46 changed files with 185 additions and 796 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ const Index = ({ handleClose, hostId }: Props) => {
{/* message list */}
<main id='MESSAGE_LIST_CONTAINER' className="relative flex-1 overflow-y-auto scroll-smooth">
{/* placeholder */}
<div className="flex items-center h-10 justify-center"></div>
<div className="flex-center h-10"></div>
<Welcome needLogin={notLogin} />
{notLogin ? null : <MessageFeed hostId={hostId} />}
</main>