mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +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>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
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"
|
isChatPannelOpen ? "w-72" : "w-14"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
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 "
|
isChatPannelOpen ? "justify-end" : " justify-center "
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue