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
Some broken CSS #9
Comments
|
Hello @utkarsh2102 thank you for raising this PR, It's been a while since I worked on this project and this was well spotted. I believe the issue that you are seeing is from a wider screen that I was using at the time, so perhaps these changes could be done on a media query whenever the screen is > 1265 wide? Would be happy if you raise a PR to fix the issue if you have the time, thank you so much! 😄 👍 |
|
Hi Fabio,
I am using Thinkpad X280 which has 31.75cms (12.5) display. I think I can reproduce this issue in all kinds of screen size, monitor, or laptop. So perhaps it should be generic?
Sure thing! Shall do later today \o/ |
Fixes: FabioRosado#9
Hi @FabioRosado,
Thanks for your work on this!

However, this has some CSS that needs fixing. For instance, see the highlighted part in red:
I am temporarily using the following patch as a work around for this:
With the above patch, it looks something like this:

I can raise a pull request if you want!?
The text was updated successfully, but these errors were encountered: