Skip to content

Commit de9b398

Browse files
sapklunny
authored andcommitted
add .fa margin like .octicon (#7258)
1 parent 8ec6597 commit de9b398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ tbody.commit-list{vertical-align:baseline}
874874
.user.profile .ui.card .extra.content ul{margin:0;padding:0}
875875
.user.profile .ui.card .extra.content ul li{padding:10px;list-style:none}
876876
.user.profile .ui.card .extra.content ul li:not(:last-child){border-bottom:1px solid #eaeaea}
877-
.user.profile .ui.card .extra.content ul li .octicon{margin-left:1px;margin-right:5px}
877+
.user.profile .ui.card .extra.content ul li .fa,.user.profile .ui.card .extra.content ul li .octicon{margin-left:1px;margin-right:5px}
878878
.user.profile .ui.card .extra.content ul li.follow .ui.button{width:100%}
879879
@media only screen and (max-width:768px){.user.profile .ui.card #profile-avatar{height:250px;overflow:hidden}
880880
.user.profile .ui.card #profile-avatar img{max-height:768px;max-width:768px}

public/less/_user.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
border-bottom: 1px solid #eaeaea;
2525
}
2626

27-
.octicon {
27+
.octicon, .fa {
2828
margin-left: 1px;
2929
margin-right: 5px;
3030
}

0 commit comments

Comments
 (0)