Skip to content

Cleanup the fork layout

Phil Hughes requested to merge fork-layout-cleanup into master

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
Screen_Shot_2017-09-29_at_17.03.14 Screen_Shot_2017-10-02_at_09.50.29

Merge request reports