Cleanup the fork layout
What does this MR do?
- Cleans up the template markup for the fork a project page. It was previously using a mix of flexbox & Bootstraps grid which would cause the layout to break slightly with a lot of groups.
- Tweaks the CSS to remove a lot of duplicated CSS that was already present inside of the common.scss file
- Changes no avatars to display their identicon style
- Changes the JS to use a
.js-*
class to fix a bug where a forked project tile would trigger the loading state to display
Screenshots (if relevant)
Before | After |
---|---|