-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[UI] language status icon size #10749
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
Conversation
change the repository language status icon size
10px seems too small, old one was ~18px. Suggestion: .color-icon {
margin: .5rem 0;
display: inline-block;
border-radius: 100%;
width: 14px;
height: 14px;
position: relative;
top: 1px;
} |
Yeah, looks a bit too small |
14 could probably be more sensible |
@silverwind seems if change the height size to 14px, need to adjust the class of |
Codecov Report
@@ Coverage Diff @@
## master #10749 +/- ##
==========================================
- Coverage 43.50% 43.48% -0.02%
==========================================
Files 597 597
Lines 83945 83916 -29
==========================================
- Hits 36517 36488 -29
- Misses 42914 42917 +3
+ Partials 4514 4511 -3
Continue to review full report at Codecov.
|
The |
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.
to smal ...
adjust the repository language status icon size
before
after