fix ui: change searchbar margin to 1280 trigger

This commit is contained in:
nick-delirium 2024-05-02 16:43:12 +02:00
parent 05b7154865
commit 0f872e3b9e
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

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