-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Added CSS height property to #oceanNodes main to fix spacing in Firefox #10169
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit ec937cd https://deploy-preview-10169--kubernetes-io-master-staging.netlify.com |
/assign @steveperry-53 |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 94c1253 https://deploy-preview-10169--kubernetes-io-master-staging.netlify.com |
/assign tengqm |
@alkaliphile Can you please fix these merge conflicts? |
@zparnold Sure! I'll take care of it this evening. |
@zparnold Done. I had to add the updated CSS property directly to styles.css. My original change to _tablet.sass didn't appear to work anymore, as the target in the JSON file at resources/_gen/assets/sass/sass is no longer the minified stylesheet. |
@zacharysarah or @lucperkins Could you give me a quick sanity check on this one? I forgot how we were handling generated Sass? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Revert "Use CoCC email for reporting CoC violations (#10621)" This reverts commit 612f9c2. * Revert "Fix broken links for Korean tutorial pages (#10519)" This reverts commit 9b4acdf. * Revert "Added CSS height property to #oceanNodes main to fix spacing in Firefox (#10169)" This reverts commit 49ee537. * Revert "fix some typos (#10614)" This reverts commit 98d2144. * Revert "Typo Fix (#10620)" This reverts commit 4a0f088.
I added the height property to #oceanNodes main, only for tablet and desktop views. This makes the front page look consistent between Chrome and Firefox. Please see the before images for each browser, attached below.
Firefox:
![image](https://user-images.githubusercontent.com/19675699/44937247-f338db00-ad3d-11e8-98ce-b4eded25252f.png)
Chrome:
![image](https://user-images.githubusercontent.com/19675699/44937319-46ab2900-ad3e-11e8-9635-8bcf795e7e84.png)