-
Notifications
You must be signed in to change notification settings - Fork 226
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
The text is not visible due to navbar #574
Comments
Hi! I'm interested in helping with the navbar issue and have a solution in mind that will adjust the spacing for better visibility. Could I be assigned to this issue? |
Welcome. It appears there may be some confusion regarding the process of addressing issues. It is important to understand that the ability to resolve a problem is not restricted to a single individual. The notion of exclusivity in fixing an issue is not feasible, as it can be addressed by anyone—be it yourself, another individual, or a collaborative group. |
Srishti, Your Commit only works in full screen Desktop, it is still hiding the text when Dimensions are changed. I have applied a Dynamic Approach, which fixes this issue in real-time as you change dimensions. |
i think we should give size/length in % |
Please review commits in the pull request, so that everyone else who is reviewing sees what you write. I don't think issues are the best place to discuss how to solve an issue. (If you've decided to collaborate with another person, create a draft empty pull request, then enable push permissions to your fork and you can both push commits to the pull request branch.) |
The navigation bar was overlapping the top content of the page, preventing users from seeing the first few lines properly. This fix adjusts the padding of the slider dynamically based on the navbar height, ensuring the main page content always starts below the navbar, regardless of screen size or view mode. Fixes Issue sugarlabs#574 raised by sahiladit.
The navigation bar was overlapping the top content of the page, preventing users from seeing the first few lines properly. This fix adjusts the padding of the slider dynamically based on the navbar height, ensuring the main page content always starts below the navbar, regardless of screen size or view mode. Fixes Issue sugarlabs#574 raised by sahiladit, and first seen in commit b32b666.
The image below the navbar is not completely visible , place the image slightly low or decrease the size of the navbar.
The text was updated successfully, but these errors were encountered: