mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-01 09:43:12 +08:00
chore: remove transition duration
This commit is contained in:
@ -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
|
||||||
|
@ -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 />
|
||||||
|
Reference in New Issue
Block a user