mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: constrain link icon size (#1409)
This commit is contained in:
		@@ -67,6 +67,7 @@ export const CrawlLinks: QuartzTransformerPlugin<Partial<Options>> = (userOpts)
 | 
			
		||||
                    properties: {
 | 
			
		||||
                      "aria-hidden": "true",
 | 
			
		||||
                      class: "external-icon",
 | 
			
		||||
                      style: "max-width:0.8em;max-height:0.8em",
 | 
			
		||||
                      viewBox: "0 0 512 512",
 | 
			
		||||
                    },
 | 
			
		||||
                    children: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user