-
Notifications
You must be signed in to change notification settings - Fork 145
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
feat: optimize contributor list style #794
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #794 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 666 666
Lines 20208 20208
Branches 1146 1146
=========================================
Hits 20208 20208 ☔ View full report in Codecov by Sentry. |
.dumi/theme/layouts/GlobalLayout.tsx
Outdated
const Contributors = React.lazy(() => import('../slots/Content/Contributors')); | ||
const useStyle = createStyles(({ token, css }) => ({ | ||
contributorsContainer: css` | ||
background: red; |
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.
红色的背景是做什么用的
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.
调试的,我把它删掉
lgtm |
[中文版模板 / Chinese template]
💡 Background and solution
Before:
After:
🔗 Related issue link