1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 13:21:45 +00:00

fix: use object-contain for images on oidc-client list

This commit is contained in:
Kyle Mendell
2025-07-11 22:46:40 -05:00
parent db94f81937
commit d3bc1797b6

View File

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