angular/angularjs.org

CSS issues on the download button?

naomiblack opened this issue · 9 comments

On my macbook air at standard width, the download button looks like this:
image

Looks like a CSS issue?

@petebacondarwin @alexwolfe

This was my fault when fixing up the e2e tests. It has now been resolved.

I added the 300px maxwidth because there were complaints it was too wide on desktop. Your fix will need to address that.

Ok, thanks for the background. Lets try to address these in the original PR in the future, that will allow me to address issues related to my branch and reduce turnaround and reduce new bugs. My plan for this is:

Move the search to the right side and reduce the width, this should accomplish two things:

  1. The navigation links will always be in view and the same location (flush left) regardless of screen width.
  2. This will be consistent with the other google dev sites.

@IgorMinar let me know if that sounds right, if you need a design mock before implementation, let me know. Thanks.