From 2e35dd50d4b71e17690c4f418955f5300170c6a6 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 7 Mar 2024 01:26:59 +0100 Subject: [PATCH] fixed search bar padding --- .../pages/FlowPage/components/extraSidebarComponent/index.tsx | 1 - src/frontend/src/style/applies.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx index f53f68a3d..bb1e6dac1 100644 --- a/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx +++ b/src/frontend/src/pages/FlowPage/components/extraSidebarComponent/index.tsx @@ -268,7 +268,6 @@ export default function ExtraSidebar(): JSX.Element { <> {index === 0 && (
-
Native
diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 9f88a6c43..4bb0dd1c4 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -69,7 +69,7 @@ @apply flex h-full w-[14.5rem] flex-col overflow-hidden border-r scrollbar-hide; } .side-bar-search-div-placement { - @apply relative mx-auto mb-2 mt-2 flex items-center py-3; + @apply relative mx-auto flex items-center py-3; } .side-bar-components-icon { @apply h-6 w-4 text-ring;