Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support append node after head like account avatar etc. #481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rowthan
Copy link

@rowthan rowthan commented May 11, 2023

Description

Notion Test Page ID

@vercel
Copy link

vercel bot commented May 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
react-notion-x ✅ Ready (Inspect) Visit Preview May 11, 2023 3:22pm
react-notion-x-minimal-demo ✅ Ready (Inspect) Visit Preview May 11, 2023 3:22pm

return (
<header className='notion-header'>
<div className='notion-nav-header'>
<Breadcrumbs block={block} />
<Search block={block} />
{children}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work as, the container className have justify-content: space-between which will push the Search button in the middle.

If you wanted to give placeholder for avatar this is not the correct solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants