Skip to content

Commit

Permalink
add .fa margin like .octicon (#7258)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk authored and lunny committed Jun 20, 2019
1 parent 8ec6597 commit de9b398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/index.css
Expand Up @@ -874,7 +874,7 @@ tbody.commit-list{vertical-align:baseline}
.user.profile .ui.card .extra.content ul{margin:0;padding:0}
.user.profile .ui.card .extra.content ul li{padding:10px;list-style:none}
.user.profile .ui.card .extra.content ul li:not(:last-child){border-bottom:1px solid #eaeaea}
.user.profile .ui.card .extra.content ul li .octicon{margin-left:1px;margin-right:5px}
.user.profile .ui.card .extra.content ul li .fa,.user.profile .ui.card .extra.content ul li .octicon{margin-left:1px;margin-right:5px}
.user.profile .ui.card .extra.content ul li.follow .ui.button{width:100%}
@media only screen and (max-width:768px){.user.profile .ui.card #profile-avatar{height:250px;overflow:hidden}
.user.profile .ui.card #profile-avatar img{max-height:768px;max-width:768px}
Expand Down
2 changes: 1 addition & 1 deletion public/less/_user.less
Expand Up @@ -24,7 +24,7 @@
border-bottom: 1px solid #eaeaea;
}

.octicon {
.octicon, .fa {
margin-left: 1px;
margin-right: 5px;
}
Expand Down

0 comments on commit de9b398

Please sign in to comment.