fix(posts): enlarge the platform logo badge in the preview switcher on mobile

This commit is contained in:
Paulo Castellano 2026-07-17 19:27:09 -03:00
parent e31116c4b7
commit 3d33d0d380

View file

@ -74,7 +74,7 @@ const activeContentType = computed((): string | undefined => {
class="size-9 shrink-0 rounded-full border-2"
:class="activeId === pp.id ? 'border-foreground shadow-2xs' : 'border-foreground/20'"
/>
<span class="absolute -bottom-1 -right-1 inline-flex size-4 items-center justify-center overflow-hidden rounded-full border-2 border-foreground bg-card shadow-2xs">
<span class="absolute -bottom-1 -right-1 inline-flex size-5 items-center justify-center overflow-hidden rounded-full border-2 border-foreground bg-card shadow-2xs lg:size-4">
<img
:src="getPlatformLogo(pp.platform)"
:alt="pp.platform"