feat(web): update logo (#7798)

* feat(web): update logo

* favicon

* no text logo on small screen

* correct break point
This commit is contained in:
Alex 2024-03-13 12:14:45 -05:00 committed by GitHub
parent 29c3a826c5
commit ff2f4f8ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 322 additions and 223 deletions

View file

@ -87,9 +87,8 @@
{:else}
<ControlAppBar showBackButton={false}>
<svelte:fragment slot="leading">
<a data-sveltekit-preload-data="hover" class="ml-6 flex place-items-center gap-2 hover:cursor-pointer" href="/">
<ImmichLogo height={30} width={30} />
<h1 class="font-immich-title text-lg text-immich-primary dark:text-immich-dark-primary">IMMICH</h1>
<a data-sveltekit-preload-data="hover" class="ml-4 hover:cursor-pointer" href="/">
<ImmichLogo width="55%" />
</a>
</svelte:fragment>