fix: constrain link icon size (#1409)

This commit is contained in:
bfahrenfort 2024-09-15 03:10:01 +10:00 committed by GitHub
parent c36551310d
commit eb9bbd1666
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,7 @@ export const CrawlLinks: QuartzTransformerPlugin<Partial<Options>> = (userOpts)
properties: { properties: {
"aria-hidden": "true", "aria-hidden": "true",
class: "external-icon", class: "external-icon",
style: "max-width:0.8em;max-height:0.8em",
viewBox: "0 0 512 512", viewBox: "0 0 512 512",
}, },
children: [ children: [