Skip to content

Commit

Permalink
Small adjustment to Builder Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
édouard wautier authored and édouard wautier committed Mar 8, 2024
1 parent 1510ce9 commit d563e9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sparkle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.114",
"version": "0.2.115",
"scripts": {
"build": "rm -rf dist && rollup -c",
"build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
Expand Down
4 changes: 2 additions & 2 deletions sparkle/src/components/BuilderLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function BuilderLayout({
</div>
<div className="hidden s-h-full lg:s-flex">
<div className="s-h-full s-w-full">
<div className="s-flex s-h-full s-w-full s-items-center s-gap-4 s-px-6">
<div className="s-flex s-h-full s-w-full s-items-center s-gap-4 s-px-5">
<div className="s-flex s-h-full s-grow s-justify-center">
<div className="s-h-full s-w-full s-max-w-[900px]">
{leftPanel}
Expand All @@ -51,7 +51,7 @@ export function BuilderLayout({
isRightPanelOpen ? "s-w-[440px]" : "s-w-0"
)}
>
<div className="s-min-w-20 s-h-full s-py-6">{rightPanel}</div>
<div className="s-min-w-20 s-h-full s-py-5">{rightPanel}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d563e9a

Please sign in to comment.