fix: make logo and oidc client images sizes consistent

This commit is contained in:
Elias Schneider
2025-09-30 12:12:37 +02:00
parent fe5917d96d
commit 01db8c0a46
5 changed files with 11 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
{:else}
<img
{...props}
class={cn('object-contain', props.class)}
class={cn('object-contain aspect-square', props.class)}
onerror={() => (error = true)}
/>
{/if}