-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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 project logo overlapping with other parts of nav bar #47984
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deployment preview: https://deploy-preview-47984--kubernetes-io-main-staging.netlify.app/ |
/retitle Fix project logo overlapping with other parts of nav bar |
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.
This seems OK but I'm wary of using pixel sizes.
Anyway, this change seems to make the site more usable. We should be cautious about accessibility implications (eg: forcing an absolute font size).
/lgtm
box-sizing: border-box; | ||
padding: 8px; | ||
height: 40px; | ||
font-size: 14px; |
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.
How do we know this is a good choice of text size?
LGTM label has been added. Git tree hash: 7fc1545a7ffba32b973ad29da71be7e9069da11b
|
/assign @tengqm |
Oops, I can't approve web code updates, so an additional lgtm instead: /lgtm |
/approve |
1 similar comment
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nate-double-u The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes : #47889