Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Feb 6, 2024
1 parent 6d312d5 commit 7036d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/app/src/sidebar/SidebarFixedItemsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const SidebarFixedItemsSection: React.FC<SidebarFixedItemsSection.Props>
return (
<div
className={classNames(
"flex flex-col px-4 lg:pt-4 lg:backdrop-blur lg:bg-background/70 dark:lg:bg-background-dark/60",
"flex flex-col px-4 lg:pt-4 lg:backdrop-blur",
{
"border-b border-border-concealed-light dark:border-border-concealed-dark": tabs != null,
},
Expand All @@ -73,7 +73,7 @@ export const SidebarFixedItemsSection: React.FC<SidebarFixedItemsSection.Props>
{searchBar}
{tabs}

<div className="from-background dark:from-background-dark absolute inset-x-0 top-full -ml-4 mt-px h-8 bg-gradient-to-b" />
{/* <div className="from-background dark:from-background-dark absolute inset-x-0 top-full -ml-4 mt-px h-8 bg-gradient-to-b" /> */}
</div>
);
};

0 comments on commit 7036d44

Please sign in to comment.