Skip to content
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

fix: go logo intersects with redirect link #600

Merged
merged 1 commit into from
Sep 17, 2020
Merged

fix: go logo intersects with redirect link #600

merged 1 commit into from
Sep 17, 2020

Conversation

Oxiang
Copy link
Contributor

@Oxiang Oxiang commented Sep 16, 2020

Problem

GO Logo intersects with the redirect link

Solution

Resolved using CSS. Underneath the image, is there a margin of 24px which causes the logo to intersect with the redirect link when screen height compress. Moving the selector to only trigger in mobile seem to stop that.

##Images
-before
Screenshot 2020-09-16 at 7 32 41 PM

-after
Screenshot 2020-09-16 at 7 34 19 PM

@Oxiang Oxiang requested a review from yong-jie September 16, 2020 11:59
@yong-jie
Copy link
Member

yong-jie commented Sep 16, 2020

Will do a more thorough discussion/review tomorrow.

I wonder how the UI looks if we were to reduce the height of the viewport even further. Should we also consider the option of switching the UI to a mobile version (where the blue-white background split is at 35vh) when the height is too short?

Copy link
Member

@yong-jie yong-jie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed with designer. lgtm

@yong-jie yong-jie merged commit 99d71ac into develop Sep 17, 2020
@yong-jie yong-jie deleted the fix-logo branch September 17, 2020 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants