feat(web): improve search bar + add to search page (#1957)

* feat(web): improve search bar + add to search page

* fix back button routing
This commit is contained in:
Michel Heusschen 2023-03-06 15:31:58 +01:00 committed by GitHub
parent 8857d0b8df
commit f52e076cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 155 additions and 109 deletions

View file

@ -56,7 +56,9 @@
<slot name="leading" />
</div>
<div class="flex place-items-center gap-1 mr-4 ">
<slot />
<div class="flex place-items-center gap-1 mr-4">
<slot name="trailing" />
</div>
</div>