Skip to content

Commit

Permalink
force frames to be only as wide as the initial preview frame placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt committed Oct 7, 2024
1 parent 5316dff commit 4863bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export default function FrameBuilder() {
alt="preview frame"
/>
) : (
<Frame url={debouncedNewFrameUrl} />
<Frame className="w-[414px]" url={debouncedNewFrameUrl} />
)}
</div>
<Button
Expand Down

0 comments on commit 4863bc5

Please sign in to comment.