From 948aa915e9156ea5ea29155e9fd14d9c4fddfd92 Mon Sep 17 00:00:00 2001 From: Miyuru Gunarathna Date: Sun, 11 Aug 2024 15:10:06 +0530 Subject: [PATCH] Feat: added few touch ups --- src/components/toolbar/index.tsx | 2 +- src/components/workspace/dock/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/toolbar/index.tsx b/src/components/toolbar/index.tsx index eb5616f..9c86b85 100644 --- a/src/components/toolbar/index.tsx +++ b/src/components/toolbar/index.tsx @@ -171,7 +171,7 @@ const ToolBar: React.FC = (props) => { ); })} -
+
diff --git a/src/components/workspace/dock/index.tsx b/src/components/workspace/dock/index.tsx index 4be5b31..326c938 100644 --- a/src/components/workspace/dock/index.tsx +++ b/src/components/workspace/dock/index.tsx @@ -120,7 +120,7 @@ const Dock = (props: Pick) >
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" )}