Tighten up the padding on the repo list view
This commit is contained in:
parent
5feb07cb1a
commit
7a0014b77d
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@
|
||||||
|
|
||||||
.repo-list-title .starred {
|
.repo-list-title .starred {
|
||||||
color: #ffba6d;
|
color: #ffba6d;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
width: 24px;
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.repo-list-title .avatar {
|
||||||
|
margin-right: 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repo-panel {
|
.repo-panel {
|
||||||
|
|
Reference in a new issue