fix(web): Add minimum content size to logo for consistent visual on small screens (#24372)

This commit is contained in:
Omar I
2025-12-03 23:35:48 +02:00
committed by GitHub
parent 853a024f0f
commit d41921247b

View File

@@ -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}