-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Website: Search Bar Missing in Reduced-Width Window #3353
Comments
Hi, This is because the media query should be lower than what is it now (set standard value). Should be ~: |
This issue has been automatically marked as inactive because it has not had any activity in the last 30 days. |
Hey Team, Would it be okay if I pick this up? It will be my first contribution so if there is anything I should be aware of would be great! I am in the slack already :) Thanks! |
Thank you - go for it! The situation around style sheets is quite opaque, I'm afraid, let us know if you get stuck. |
Thanks! no worries will reach out if I get stuck! |
Hey @srenatus, I think I've found a good solution for this, I will make a PR later, are there any specific rules or best practices when making the PR? I may have missed them and this will be my first (and hopefully not last!) Also, I forgot to ask, could you assign this to me? Thanks! |
Just open a PR. The checks, and the preview build on netlify, will give us a good indication of how it works. FWIW, our website stuff is a hodgepodge, so there aren't any guidelines or such a thing. Anything that works is OK 😅 |
Updated the used bulma classes, so we will now go to hamburger on touch devices (anything under 1024px) directly, not hide the navbar elements. Fixes #3353. Signed-off-by: Peter Macdonald <[email protected]>
Expected Behavior
As a user, I expect the search bar to persist when the browser window width is reduced.
Actual Behavior
The search bar disappears when the window width is reduced and zoom is set above a certain threshold.
Steps to Reproduce the Problem
Additional Info
Browser: Firefox 87.0 (64-bit) & Chrome Version 89.0.4389.114 (Official Build) (x86_64)
OS: macOS 11.2.3
The text was updated successfully, but these errors were encountered: