mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 20:39:29 +02:00
Go back to hiding filters if screen width is too small
This commit is contained in:
parent
59b16ac320
commit
25814d7a23
@ -190,7 +190,7 @@ export const SearchSection: React.FC<SearchSectionProps> = ({
|
||||
|
||||
return (
|
||||
<div className="relative max-w-[2000px] xl:max-w-[1400px] mx-auto">
|
||||
<div className="absolute left-0 2xl:block w-64">
|
||||
<div className="absolute left-0 hidden 2xl:block w-64">
|
||||
{(connectors.length > 0 || documentSets.length > 0) && (
|
||||
<SourceSelector
|
||||
timeRange={timeRange}
|
||||
|
Loading…
x
Reference in New Issue
Block a user