mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-03 10:45:52 +00:00
fix(web): Add minimum content size to logo for consistent visual on small screens (#24372)
This commit is contained in:
parent
853a024f0f
commit
d41921247b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue