-
Notifications
You must be signed in to change notification settings - Fork 2k
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 link-in-bio styles. #79756
Fix link-in-bio styles. #79756
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
@@ -77,6 +77,7 @@ button { | |||
.domains, | |||
.patterns, | |||
.link-in-bio-post-setup, | |||
.link-in-bio, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding this to cover /setup/link-in-bio/linkInBioSetup
@@ -22,7 +22,8 @@ | |||
} | |||
|
|||
label, | |||
textarea { | |||
textarea, | |||
.expanding-area textarea { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/setup/link-in-bio/linkInBioSetup has a specific .expanding-area
textarea class that gets overwritten by another font family. I don't see it testing locally, but I see it on calypso.live.
This looks fixed in prod. Maybe someone else picked it up? |
I'm not seeing the fix on prod or staging. 🤔 I'm testing in Firefox and Chrome. |
The first step is fine, the second one is not 🤦 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The broken alignment seems to be fixed, but I still see issues with the styles of the buttons. In both Intro and Setup pages, the primary CTA still has the wrong values:
Perhaps this is more related to: https://github.com/Automattic/dotcom-forge/issues/3163
Are we loading the header twice and hiding one? (I think I've seen this before somewhere, sorry couldn't find a link). I don't think this will be an issue in production, from memory it was some weird css ordering issue that only took place in development.
This should be fixed by #79708. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I was also seeing that in both dev and staging. Since it wasn't present on trunk, I fixed with this commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @allilevine, it's working as expected!
Thank you! 🙌 Looks like everything except the button color has been resolved in production. |
I'll monitor #79708 and if it does not solve it, will create a fix for that. |
Issue raised here: p1689919397847559-slack-C9EJ7KSGH
Proposed Changes
link-in-bio
class to this giant list of style corrections. If these are needed for every flow, we should make them less specific.Testing Instructions
Pre-merge Checklist