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

@@ -59,7 +59,7 @@
<Table.Cell class="w-8 font-medium">
{#if item.hasLogo}
<ImageBox
class="min-h-8 min-w-8 object-contain"
class="min-h-8 min-w-8"
src={cachedOidcClientLogo.getUrl(item.id)}
alt={m.name_logo({ name: item.name })}
/>