change width

This commit is contained in:
abhishek.rdx 2025-04-29 12:48:14 +05:30
parent b5b75f3b32
commit 71b31d0d98
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ const EXAMPLE_PROMPTS = [
export function ExamplePrompts(sendMessage?: { (event: React.UIEvent, messageInput?: string): void | undefined }) {
return (
<div id="examples" className="relative flex flex-col gap-9 w-full max-w-[788px] mx-auto flex justify-center mt-6">
<div id="examples" className="relative flex flex-col gap-9 w-full max-w-3xl mx-auto flex justify-center mt-6">
<div
className="flex flex-wrap justify-center gap-2"
style={{

View File

@ -218,7 +218,7 @@
:root {
--header-height: 54px;
--chat-max-width: 37rem;
--chat-min-width: 772px;
--chat-min-width: 640px;
--workbench-width: min(calc(100% - var(--chat-min-width)), 2536px);
--workbench-inner-width: var(--workbench-width);
--workbench-left: calc(100% - var(--workbench-width));

View File

@ -103,7 +103,7 @@ export default defineConfig({
'bolt-ease-cubic-bezier': 'ease-[cubic-bezier(0.4,0,0.2,1)]',
'transition-theme': 'transition-[background-color,border-color,color] duration-150 bolt-ease-cubic-bezier',
kdb: 'bg-bolt-elements-code-background text-bolt-elements-code-text py-1 px-1.5 rounded-md',
'max-w-chat': 'max-w-[772px]',
'max-w-chat': 'max-w-[var(--chat-max-width)]',
},
rules: [
/**