Skip to content

Commit 4ca64d1

Browse files
Merge pull request #140 from ekonstantinidis/repo-font-size
Smaller font size for repos names
2 parents 5a3f25b + 2e5528a commit 4ca64d1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/less/style.less

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ input {
377377
/* @group Component / Repository */
378378

379379
.repository {
380-
padding: 10px 20px;
380+
padding: 5px 20px;
381381
margin: 0;
382382
background-color: @LightGray;
383383
.ReadMixin();
@@ -389,15 +389,16 @@ input {
389389

390390
.avatar {
391391
.BorderRadius(50%);
392-
width: 25px;
393-
height: 25px;
392+
width: 23px;
393+
height: 23px;
394+
margin-top: 5px;
394395
}
395396

396397
.name {
397398
.FontOpenSansSemibold();
398-
font-size: 18px;
399+
font-size: 16px;
399400
text-align: right;
400-
padding: 0 5px;
401+
padding: 5px;
401402

402403
span {
403404
display: inline-block;
@@ -410,7 +411,7 @@ input {
410411
}
411412

412413
.check-wrapper {
413-
padding: 0 5px;
414+
padding: 4px 5px;
414415

415416
.octicon {
416417
font-size: 22px;

0 commit comments

Comments
 (0)