mirror of
https://github.com/immich-app/immich.git
synced 2025-12-06 01:10:00 +03:00
fix(web): Add minimum content size to logo for consistent visual on small screens (#24372)
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<ControlAppBar showBackButton={false}>
|
||||
{#snippet leading()}
|
||||
<a data-sveltekit-preload-data="hover" class="ms-4" href="/">
|
||||
<Logo variant="inline" />
|
||||
<Logo variant="inline" class="min-w-min" />
|
||||
</a>
|
||||
{/snippet}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user