mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-07-30 18:53:24 +08:00
chore: increase drawer width (#2)
* chore: increase drawer width * chore: update
This commit is contained in:
@ -66,7 +66,7 @@ const QueryDrawer = () => {
|
||||
|
||||
return (
|
||||
<Drawer open={queryStore.showDrawer} anchor="right" className="w-full" onClose={close}>
|
||||
<div className="w-screen sm:w-[640px] max-w-full flex flex-col justify-start items-start p-4">
|
||||
<div className="w-screen sm:w-[calc(60vw)] lg:w-[calc(50vw)] 2xl:w-[calc(40vw)] max-w-full flex flex-col justify-start items-start p-4">
|
||||
<button className="btn btn-sm btn-circle" onClick={close}>
|
||||
<Icon.IoMdClose className="w-5 h-auto" />
|
||||
</button>
|
||||
|
@ -1 +1 @@
|
||||
export const openAIApiKey = "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";
|
||||
export const openAIApiKey = process.env.OPENAI_API_KEY;
|
||||
|
Reference in New Issue
Block a user