Skip to content

Commit

Permalink
Feat: added few touch ups
Browse files Browse the repository at this point in the history
  • Loading branch information
miyurugunarathna committed Aug 11, 2024
1 parent 0077dfb commit 948aa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/toolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const ToolBar: React.FC<ISTKProps> = (props) => {
);
})}
</div>
<div className="mx-3 my-6 sticky bottom-0">
<div className="px-3 py-6 sticky bottom-0 bg-white">
<DockHandler />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/workspace/dock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Dock = (props: Pick<ISTKProps, "mode" | "styles" | "options" | "events">)
>
<div
className={twMerge(
"border-t sm:border border-border w-full sm:w-fit bg-white/80 backdrop-blur-md p-3 sm:p-2 overflow-x-auto sm:rounded-lg flex justify-center [&>div]:shrink-0 gap-2 transition-all duration-500 ease-in-out opacity-100",
"border-t sm:border border-border w-full sm:w-fit bg-white p-3 sm:p-2 overflow-x-auto sm:rounded-lg flex justify-center [&>div]:shrink-0 gap-2 transition-all duration-500 ease-in-out opacity-100",
panStyles?.root?.className,
!dock && "translate-y-20 opacity-0"
)}
Expand Down

0 comments on commit 948aa91

Please sign in to comment.