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 responsiveness issue with clubs page heading #793

Closed
3 tasks done
Chirayu31 opened this issue May 31, 2023 · 5 comments · Fixed by #832
Closed
3 tasks done

[BUG] Fix responsiveness issue with clubs page heading #793

Chirayu31 opened this issue May 31, 2023 · 5 comments · Fixed by #832
Assignees
Labels
area/ui This issue is related to frontend/interface fix. 🐞 bug This is a patch, generally fixing some bugs. gssoc23 This issue/PR is part of GSSOC'23. invite me to the organisation Sends an invitation to your community organisation. level1 GSSOC 23 -> LEVEL 1 status: wip 👩🏻‍💻 This issue/PR is actively being worked on.

Comments

@Chirayu31
Copy link
Contributor

Description

The current implementation of the clubs page heading in the project is not fully responsive, causing it to appear distorted and unattractive on certain screen sizes. This issue hampers the overall user experience and aesthetic appeal of the page.

Expected Behavior:

  • The clubs page heading should adjust its size and layout dynamically based on the screen size.
  • The heading should look visually appealing and maintain its legibility across various devices and resolutions.

Proposed Solution:
To resolve this issue, I suggest the following steps:

  • Identify the CSS code responsible for styling the clubs page heading.
  • Add appropriate CSS rules and media queries to make the heading responsive.
  • Test the changes thoroughly across various screen sizes and devices to ensure consistent and visually pleasing rendering.
  • Make any necessary adjustments to ensure the heading remains readable and visually appealing in all scenarios.

Screenshots

Screenshot (22)
Screenshot (23)

Browser 🥦

Google Chrome

Checklist ✅

  • I checked and didn't find similar issue
  • I have read the Contributing Guidelines
  • I am willing to work on this issue (blank for no)
@Chirayu31 Chirayu31 added status: todo ⏳ This issue is yet to be seen by the maintainer of the project. 🐞 bug This is a patch, generally fixing some bugs. labels May 31, 2023
@github-actions
Copy link

Hello, @Chirayu31, thank you for opening an issue.

Soon the maintainers/owner will review it and provide you with feedback/suggestions.
If you think it's something urgent, feel free to reach out to Tamal on Twitter.


Give us a ⭐ to show some support
Happy OpenSource 🚀

@tamalCodes
Copy link
Member

That sounds good, but we have purposely used the word-break: break-all property so that huge words like communities! do not messes up the responsiveness when we are in smaller devices, what changes do you suggest ?

@tamalCodes tamalCodes added the status: discuss 💬 Currently we are discussing about the further proceedings of the PR/issue. label Jun 5, 2023
@Chirayu31
Copy link
Contributor Author

Introducing a media query to target devices where the heading breaks and decreasing the font size can be a simple solution to maintain responsiveness across all devices.

@tamalCodes
Copy link
Member

Well i think we can give this a try ⚡

Please make sure that you have read our documentation on Commiting guidelines and Pull request guidelines, without proper format the PR might be closed.

@tamalCodes tamalCodes added area/ui This issue is related to frontend/interface fix. 🟨 priority: medium status: wip 👩🏻‍💻 This issue/PR is actively being worked on. gssoc23 This issue/PR is part of GSSOC'23. level1 GSSOC 23 -> LEVEL 1 and removed status: todo ⏳ This issue is yet to be seen by the maintainer of the project. status: discuss 💬 Currently we are discussing about the further proceedings of the PR/issue. labels Jun 5, 2023
@tamalCodes tamalCodes added the invite me to the organisation Sends an invitation to your community organisation. label Aug 13, 2023
@github-actions
Copy link

Hi @tamalCodes, We just made a new organization, and have sent you an invite. Welcome to the community 🎉

Don't forget after accepting to make it public so it appears on your GitHub profile for everyone else to see. You can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/MilanCommunity/people

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui This issue is related to frontend/interface fix. 🐞 bug This is a patch, generally fixing some bugs. gssoc23 This issue/PR is part of GSSOC'23. invite me to the organisation Sends an invitation to your community organisation. level1 GSSOC 23 -> LEVEL 1 status: wip 👩🏻‍💻 This issue/PR is actively being worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants