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 link-in-bio styles. #79756

Merged
merged 4 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ button {
.domains,
.patterns,
.link-in-bio-post-setup,
.link-in-bio,
Copy link
Member Author

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

.anchor-fm,
.subscribers,
.ecommerce,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
}

label,
textarea {
textarea,
.expanding-area textarea {
Copy link
Member Author

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.

font-family: "SF Pro Text", $sans;
font-weight: 400;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ $font-family: "SF Pro Text", $sans;
}
}
}

.link-in-bio.launchpad .launchpad__sidebar-header {
display: none;
}