multiverseweb / CodeIt

CodeIt is a software solution tool designed to streamline and enhance the coding experience for developers. It addresses several common challenges faced when working with coding platforms, such as LeetCode, and offers a range of features to improve code management, security, and performance analysis.
https://codeittool.netlify.app
MIT License
50 stars 99 forks source link

🐛: Bug in GUI in mobile view #301

Closed multiverseweb closed 2 weeks ago

multiverseweb commented 3 weeks ago

Title

Overflow issue

Bug

The contents are not positioned correctly, there is an extra space on right edge of the website.

Changes

Remove the extra white space on right edge of the website

Screenshots 📷

image

Full Name

Tejas Gupta

Participant Role

Project Admin

krishiv1545 commented 3 weeks ago

Adding a styling of max-width:100% to *{} should prevent items from overflowing that causes this (a lot of elements are surpassing the 100% width). This causes 2 minor issues with Click button's border and the Feedback form which I can also tweak and fix. image

I'm a beginner so I am not sure if this is a viable way you may want to solve the issue. Would you like me to make the PR with the max-width change and the other required tweaks? If yes, please assign it to me.

multiverseweb commented 3 weeks ago

Sure @krishiv1545, go ahead