fix(posts): enlarge the platform logo badge in the preview switcher on mobile
This commit is contained in:
parent
e31116c4b7
commit
3d33d0d380
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue