Update ChatDetail.tsx
This commit is contained in:
@@ -381,7 +381,7 @@ export default function ChatDetail({ chatId }: { chatId: string }) {
|
||||
|
||||
return (
|
||||
<div className="flex flex-col h-screen w-full relative">
|
||||
<div className="border-b py-2 px-4 flex items-center space-x-2 bg-card z-10">
|
||||
<div className="border-b h-16 px-4 flex items-center space-x-2 bg-card z-10">
|
||||
<Button variant="ghost" size="icon" onClick={handleBackClick}>
|
||||
<ArrowLeft className="h-5 w-5" />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user