fix(web): focus & clear individual search term (#3452)

This commit is contained in:
martin
2023-07-28 20:03:23 +02:00
committed by GitHub
parent 7147486b6a
commit 2d83ac4125
3 changed files with 50 additions and 27 deletions

View File

@@ -85,7 +85,7 @@
</AssetSelectControlBar>
{:else}
<ControlAppBar on:close-button-click={() => goto(previousRoute)} backIcon={ArrowLeft}>
<div class="w-full max-w-2xl flex-1 pl-4">
<div class="w-full flex-1 pl-4">
<SearchBar grayTheme={false} value={term} />
</div>
</ControlAppBar>