[ purrgrammer/grimoire ] fix: remove hardcoded text-sm from media placeholder in Link.tsx (#30)
The MediaPlaceholder component in Link.tsx had text-sm hardcoded,
causing it to appear larger than surrounding text in compact contexts.
Now all placeholder components (Link, Gallery, Mention) consistently
inherit font size from their parent.
Co-authored-by: Claude <noreply@anthropic.com>

GitHub
fix: remove hardcoded text-sm from media placeholder in Link.tsx (#30) · purrgrammer/grimoire@38faf16
The MediaPlaceholder component in Link.tsx had text-sm hardcoded,
causing it to appear larger than surrounding text in compact contexts.
Now all pl...