Plugins/Themes screens: fix WordPress.com banner logos and equalize banner heights - #51114
Plugins/Themes screens: fix WordPress.com banner logos and equalize banner heights#51114lucasmendes-design wants to merge 1 commit into
Conversation
- Replace both banner logo SVGs with the current approved WordPress.com lockup (white for the dark Plugins banner, brand blue for the light Themes banner). The Themes banner was still using the old lockup. - Pin the banner logo to the standard 21px lockup height. The Plugins logo SVG shipped without intrinsic dimensions and no CSS constraint, so it inflated to the full content width. - Align the Plugins banner CTA metrics with the Themes banner and let the heading fit one line, so both banners render at the same height. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! |
|
Hi @lancewillett there, who can review this for me? Thanks |
|
@lucasmendes-design I will review and reply, but might not be fast or done today. This type of change takes a bit longer as it requires wpcomsh and WP Cloud testing. |
|
One note on the testing instructions, step 3: This step also exits early if |
lancewillett
left a comment
There was a problem hiding this comment.
Verified this independently on an WP Cloud dev site, with the branch installed through Jetpack Beta as jetpack-mu-wpcom-plugin (build from f319779638). My measurements match your screenshots exactly:
| Before | After | |
|---|---|---|
| Plugins banner | 443px | 332px |
| Themes banner | 336px | 332px |
| Plugins logo | 540×81 | 154×21 |
Plugins screen, before / after at 1440px:
Themes screen, before / after at 1440px:
AI use: I tested and drafted this comment with help from claude-opus-5


Proposed changes
Fixes three visual issues with the WordPress.com banners shown on the wp-admin Plugins and Themes screens (
jetpack-mu-wpcom:wpcom-pluginsandwpcom-themesfeatures):width/heightattributes and the stylesheet had no rule constraining theimg, so the logo inflated to the full content width. The banner logo is now pinned to the standard 21px lockup height, and the replacement SVG carries intrinsic dimensions as a fallback.padding: 14px 24px,margin-top: 17px), and the content column is widened to 640px so the heading fits on one line. Both banners now render at the same height (332px at desktop width, previously 443px vs 336px).Other information
Jetpack product discussion
None — visual bug fix reported by the WordPress.com brand/design team.
Does this pull request change what data or activity we track or use?
No.
Testing instructions