freeCodeCamp
freeCodeCamp copied to clipboard
user text and user user is too close to the user's avatar.
Describe the Issue
The profile summary page on the freecodecamp's forums have the user's avatar right next to the user's information which is a little too close in my opinion.
Affected Page
https://forum.freecodecamp.org/u/staranbeer/summary
Steps to Reproduce
- Go to '...'
https://forum.freecodecamp.org/u/staranbeer/summary
Expected behavior
Some spacing between the elements would be better.
Screenshots
System
- Device: Laptop
- OS: Ubuntu 20.04
- Browser: Firefox
Additional context
No response
Note - we don't write the forum software, so I don't think we can change this
It looks like when the green border for online users is added, the distance between the text and the user photo actually decreases. That feels like a Discourse bug.
so we have no control over how the site the user profile looks? is there nothing we can do?
there is a forum theme https://github.com/freeCodeCamp/forum-theme I don't know if the customization allowed by the Discourse software would allow to make this change tho
Yup - while the platform is hosted by Discourse, we do have the ability to use our theme on top of it for visual things.
Interested contributors should look at the theme shared in the previous comment. There is documentation on how you can test changes as well.
Hey! @raisedadead i actually tried looking for the particular CSS rules that are being used to style the user summary, but i couldn't find anything from the repo that @ieahleen mentioned.
You should reach out to the contributor's chat for more help. Goodluck.
@staranbeer, here is the file that needs changing: https://github.com/freeCodeCamp/forum-theme/blob/main/common/common.scss
Mind, you would need to change the styles for the signed in users.
@staranbeer Thanks for working on this issue. Your proposed solution resolves the issue with minor changes. Therefore, I am closing this issue accordingly. https://github.com/freeCodeCamp/forum-theme/pull/74 Thank you for your contribution.
Thanks! let me know if you have anything to work on or me! i would love to help in any way i can.