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

[BUG] Fix Navbar Responsiveness on Medium-Sized Devices #389

Open
ShaliniKashyap717 opened this issue Jan 24, 2025 · 2 comments · May be fixed by #392
Open

[BUG] Fix Navbar Responsiveness on Medium-Sized Devices #389

ShaliniKashyap717 opened this issue Jan 24, 2025 · 2 comments · May be fixed by #392
Assignees
Labels
BEGINNER bug Something isn't working SWOC Social Winter Of Code

Comments

@ShaliniKashyap717
Copy link

Description

The current navbar in the coffee shop project has a responsiveness issue:

  • Menu Icon and Expanded Menu Overlap: On medium-sized devices, both the menu icon (used for small devices) and the expanded menu (used for larger screens) are displayed simultaneously. This creates redundancy, as both serve the same purpose.
  • Expected Behavior: Only one of the two (either the menu icon or the expanded menu) should be visible at a time, depending on the screen size.

Impact

  • This creates visual clutter and confusion for users on medium-sized devices.
  • It affects the usability and professional appearance of the navbar.

Proposed Solution

  • Update the media queries in the CSS to ensure that:
  • The menu icon is displayed only on small screens.
  • The expanded menu is displayed on larger screens.
  • Ensure there is a smooth transition between the two layouts when resizing the browser or switching devices.
  • Test the responsiveness across different devices and screen resolutions to ensure consistency.

Kindly assign this task to me under the SWOC label.

Screenshots

https://drive.google.com/file/d/14fjMOeHDvP5O5zNHwF8NxuYQjqiIxzB2/view?usp=sharing

Any additional information?

No response

What browser are you seeing the problem on?

Chrome

@ShaliniKashyap717 ShaliniKashyap717 added the bug Something isn't working label Jan 24, 2025
@Mujtabaa07 Mujtabaa07 added BEGINNER SWOC Social Winter Of Code labels Jan 25, 2025
@Mujtabaa07
Copy link
Owner

@ShaliniKashyap717 assigned

@Kroszborg
Copy link

interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BEGINNER bug Something isn't working SWOC Social Winter Of Code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants