mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): update password-protected share logo size (#9567)
This commit is contained in:
parent
bce916e4c8
commit
832084687d
4 changed files with 21 additions and 15 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts">
|
||||
import ImmichLogo from '$lib/components/shared-components/immich-logo.svelte';
|
||||
|
||||
export let width: number;
|
||||
</script>
|
||||
|
||||
<a data-sveltekit-preload-data="hover" class="ml-4" href="/">
|
||||
<ImmichLogo class="h-[24px] w-[24px] max-w-none md:w-auto md:h-10 md:max-w-full" noText={width < 768} />
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue