mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
refactor(web): common layout for user pages (#1995)
* refactor(web): common layout for user pages * remove unused imports
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="relative text-base"
|
||||
class="relative text-sm"
|
||||
action={AppRoute.SEARCH}
|
||||
on:reset={() => (value = '')}
|
||||
on:submit|preventDefault={onSearch}
|
||||
|
||||
Reference in New Issue
Block a user