-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix: secondary navbar overflow (#9891) #10023
Conversation
Could anyone provide a review on my pull request, please? |
Sorry for the delay, reviewing it now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution
I don't think we should introduce a new screen size because of the content, we should adjust the content.
my thoughts for small screens
- main navigation: hide theme toggle, GitHub icon and profile picture
- tabs: switch to drop down nav sooner
@ankittankal why did you request a review, I gave a review and feedback a few hours ago and there are no new changes or comments? |
I appreciate your initial review and feedback. Apologies for the accidental re-review request; it was unintentional. I'll ensure to avoid any confusion in the future. |
hey Eddie, first point is already what happens, git, theme and profile icon are hide in smaller screen. and the second point is what I have done in new changes, I introduced a screen because the next breakpoint after sm is md which would be too soon to start hiding icons. |
I am keen to keep things simple and this will have a knock on effect for other pages. To keep things simple for now I think we should stick to the original break points and make other decisions accordingly - I don't see hiding things earlier as a problem if there is no space |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
Fixes Issue
closes #9891
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Screenshot_20231225_155413
Note to reviewers
I corrected the issue by setting a custom 900px breakpoint specifically for tablets, as the mobile view is intended for smaller screens and not for large screens(1024px).