more visual polish, adjust colours and spacing
This commit is contained in:
		@@ -27,7 +27,6 @@ function FolderContent(props: QuartzComponentProps) {
 | 
			
		||||
  const content = toJsxRuntime(tree, { Fragment, jsx, jsxs, elementAttributeNameCase: 'html' })
 | 
			
		||||
  return <div class="popover-hint">
 | 
			
		||||
    <article>{content}</article>
 | 
			
		||||
    <hr/>
 | 
			
		||||
    <p>{allPagesInFolder.length} items under this folder.</p>
 | 
			
		||||
    <div>
 | 
			
		||||
      <PageList {...listProps} /> 
 | 
			
		||||
 
 | 
			
		||||
@@ -21,7 +21,6 @@ function TagContent(props: QuartzComponentProps) {
 | 
			
		||||
    const content = toJsxRuntime(tree, { Fragment, jsx, jsxs, elementAttributeNameCase: 'html' })
 | 
			
		||||
    return <div class="popover-hint">
 | 
			
		||||
      <article>{content}</article>
 | 
			
		||||
      <hr/>
 | 
			
		||||
      <p>{allPagesWithTag.length} items with this tag.</p>
 | 
			
		||||
      <div>
 | 
			
		||||
        <PageList {...listProps} />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user