Fix certification link button visibility when printing CV#151
Merged
Conversation
The cert-link icon shown next to each certification name was hidden in the @media print block, so printed CVs and browser PDF exports lost the visual cue for credentials. Remove the display:none rule so the button participates in the print layout alongside the rest of .cert-header.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Removes the
display: nonerule that was hiding the certification credential link button (.cert-link) in the@media printblock ofpublic/shared/styles.css.When users printed their CV or exported a PDF via the browser print dialog, the small "open in new tab" icon next to each certification name was hidden, losing the visual cue that a certification has a credential URL attached. The link element now participates in the printed layout like every other item in
.cert-header, keeping print output consistent with on-screen rendering.The cert-link's existing 22×22 box and 12px Material icon already print cleanly at the reduced cert-card size used by the print media query, so no HTML, JS, or server-side changes are required.
Affects both the edit/view mode in
public/index.htmland the public-facingpublic-readonly/index.html, which share the same stylesheet.Type of Change
Checklist
Required for all code changes
npm testpasses)package.json,package-lock.json,version.json)CHANGELOG.mdhas been updated with a new entry under the correct versionIf adding or changing user-visible strings
If documentation-only change
https://claude.ai/code/session_01KZ8XmvbDXTHQVPaJSgDKgj