add .fa margin like .octicon (#7258)
This commit is contained in:
parent
8ec659722d
commit
de9b398cde
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
border-bottom: 1px solid #eaeaea;
|
||||
}
|
||||
|
||||
.octicon {
|
||||
.octicon, .fa {
|
||||
margin-left: 1px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
Reference in a new issue