mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
add transition on interaction
This commit is contained in:
parent
bc512ec089
commit
9085cb2d27
1 changed files with 2 additions and 2 deletions
|
|
@ -48,13 +48,13 @@ export default function ChatInterface({
|
|||
</div>
|
||||
<div
|
||||
className={cn(
|
||||
"border rounded-2xl shrink-0 flex flex-col h-full",
|
||||
"border rounded-2xl shrink-0 flex flex-col h-full transition-all",
|
||||
isChatPannelOpen ? "w-72" : "w-14"
|
||||
)}
|
||||
>
|
||||
<div
|
||||
className={cn(
|
||||
"w-full border-b p-2 flex items-center ",
|
||||
"w-full border-b p-2 flex items-center transition-all ",
|
||||
isChatPannelOpen ? "justify-end" : " justify-center "
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue