fixed search bar padding

This commit is contained in:
Lucas Oliveira 2024-03-07 01:26:59 +01:00
commit 2e35dd50d4
2 changed files with 1 additions and 2 deletions

View file

@ -268,7 +268,6 @@ export default function ExtraSidebar(): JSX.Element {
<>
{index === 0 && (
<div className="pt-0.5">
<Separator />
<div className="p-2 px-4 font-semibold" key={index}>
Native
</div>

View file

@ -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;