chore: remove transition duration

This commit is contained in:
steven
2023-04-13 11:28:27 +08:00
parent 7f2568fd08
commit 644087b60d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const Header = (props: Props) => {
<div <div
className={`${ className={`${
className || "" className || ""
} w-full flex flex-row justify-between items-center lg:grid lg:grid-cols-3 py-1 border-b dark:border-zinc-700 z-1 transition-all duration-300`} } w-full flex flex-row justify-between items-center lg:grid lg:grid-cols-3 py-1 border-b dark:border-zinc-700 z-1`}
> >
<div className="ml-2 flex justify-start items-center"> <div className="ml-2 flex justify-start items-center">
<button <button

View File

@ -213,7 +213,7 @@ const ConversationView = () => {
ref={conversationViewRef} ref={conversationViewRef}
className={`${ className={`${
layoutStore.showSidebar && "sm:pl-80" layoutStore.showSidebar && "sm:pl-80"
} relative w-full h-full max-h-full flex flex-col justify-start items-start overflow-y-auto bg-white dark:bg-zinc-800 transition-all duration-300`} } relative w-full h-full max-h-full flex flex-col justify-start items-start overflow-y-auto bg-white dark:bg-zinc-800`}
> >
<div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start"> <div className="sticky top-0 z-1 bg-white dark:bg-zinc-800 w-full flex flex-col justify-start items-start">
<DataStorageBanner /> <DataStorageBanner />