We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 pc와 태블릿에서만 검색 아이콘이 표시되는데 이를 모바일에서도 뜨게 하려면 어떻게 해야할까요?
The text was updated successfully, but these errors were encountered:
@hyuk-dev you can comment the css (display: none !important;) in https://github.com/2skydev/Notion-Next.js-blog-starter-kit/blob/main/styles/notion.css @media only screen and (max-width: 600px) { .notion-search-button { display: none !important; } }
@media only screen and (max-width: 600px) { .notion-search-button { display: none !important; } }
Sorry, something went wrong.
No branches or pull requests
현재 pc와 태블릿에서만 검색 아이콘이 표시되는데 이를 모바일에서도 뜨게 하려면 어떻게 해야할까요?
The text was updated successfully, but these errors were encountered: