Skip to content

Commit

Permalink
minor nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 1, 2024
1 parent 7f33dfc commit 9aea6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/app/chat/documentSidebar/ChatFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const ChatFilters = forwardRef<HTMLDivElement, ChatFiltersProps>(
</button>
</div>
<div className="border-b border-divider-history-sidebar-bar mx-3" />
<div className="overflow-y-auto flex-grow gap-y-0 default-scrollbar dark-scrollbar flex flex-col">
<div className="overflow-y-auto -mx-1 sm:mx-0 flex-grow gap-y-0 default-scrollbar dark-scrollbar flex flex-col">
{showFilters ? (
<SourceSelector
modal={modal}
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/chat_search/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function FunctionalHeader({
</div>

{page != "assistants" && (
<div className="h-20 left-0 absolute top-0 z-10 w-[80%] bg-gradient-to-b via-50% z-[-1] from-background via-background to-background/10 flex" />
<div className="h-20 absolute top-0 left-1/2 transform -translate-x-1/2 z-10 w-full sm:w-[90%] lg:w-[70%] bg-gradient-to-b via-50% z-[-1] from-background via-background to-background/10 flex" />
)}
</div>
</div>
Expand Down

0 comments on commit 9aea6ff

Please sign in to comment.