Skip to content

Commit

Permalink
feat(ui): tweak layout of staging area toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Aug 23, 2024
1 parent ff74a53 commit a2ad5f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const CanvasEditor = memo(() => {
>
<ControlLayersToolbar />
<StageComponent />
<Flex position="absolute" bottom={2} gap={2} align="center" justify="center">
<Flex position="absolute" bottom={16} gap={2} align="center" justify="center">
<StagingAreaIsStagingGate>
<StagingAreaToolbar />
</StagingAreaIsStagingGate>
Expand Down

0 comments on commit a2ad5f1

Please sign in to comment.