-
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
Refactor KubeWeekly signup form #48258
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
/retitle Refactor KubeWeekly signup form |
4e49eb5
to
5a868dc
Compare
5a868dc
to
0912de7
Compare
0912de7
to
588b1f0
Compare
588b1f0
to
7f4c165
Compare
My two cents:
|
04b7c75
to
7a8ab14
Compare
Let's save that for a separate PR (I also don't want to make that change). |
7a8ab14
to
c045e1e
Compare
Yes, that was intended. |
@@ -96,6 +96,25 @@ body.td-home main[role="main"] > section:first-of-type .content p:first-child { | |||
} | |||
} | |||
|
|||
.section-feature#kubeweekly { | |||
|
|||
.kubeweekly-signup { |
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.
We can do > .kubeweekly-inner { h5
to style the h5
block instead of assigning a CSS class.
I think that's a good fit for a follow up PR. Bear in mind the very long lead time on reviews (this is from October 2024); anything that holds up #41171 and isn't essential to that should wait - at least that is my opinion. |
Basically, if this isn't so bad that we can't merge it: let's merge it, and iterate. |
It seems like changing the padding from bottom to top is enough to vertically centre it. Since the padding is part of new code, it should be ok to do it in this PR right? |
I'll make the change, but: the longer the PR has been open, the more reluctant reviewers should be to call out nits. |
Turn it into a shortcode. Co-authored-by: Dmitry Shurupov <[email protected]> Co-authored-by: Sayak Mukhopadhyay <[email protected]>
fec1c90
to
283abc5
Compare
Turn it into a shortcode [preview]
/area web-development
I have done limited testing. If you want to approve this but are concerned about testing it, hold the PR before you approve. I will then unhold when I have time to test the live site post-merge.Intended to help with issue #41171