fix ui: change searchbar margin to 1280 trigger
This commit is contained in:
parent
05b7154865
commit
0f872e3b9e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const MainSearchBar = (props: Props) => {
|
|||
<div style={{ flex: 3, marginRight: '10px' }}>
|
||||
{isSaas ? <AiSessionSearchField /> : <SessionSearchField />}
|
||||
</div>
|
||||
<div className="flex items-center gap-2 my-2 lg:my-0" style={{ flex: 2 }}>
|
||||
<div className="flex items-center gap-2 my-2 xl:my-0" style={{ flex: 2 }}>
|
||||
<TagList />
|
||||
<SavedSearch />
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue