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

모바일에서 검색 버튼을 보이게 하는 방법 #69

Open
hyuk-dev opened this issue Jun 25, 2024 · 1 comment
Open

모바일에서 검색 버튼을 보이게 하는 방법 #69

hyuk-dev opened this issue Jun 25, 2024 · 1 comment

Comments

@hyuk-dev
Copy link

현재 pc와 태블릿에서만 검색 아이콘이 표시되는데 이를 모바일에서도 뜨게 하려면 어떻게 해야할까요?

@bihv
Copy link

bihv commented Jul 14, 2024

@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; } }

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

No branches or pull requests

2 participants