Browse Source

add .fa margin like .octicon (#7258)

tags/v1.9.0-rc1
Antoine GIRARD 4 years ago
parent
commit
de9b398cde
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      public/css/index.css
  2. 1
    1
      public/less/_user.less

+ 1
- 1
public/css/index.css View File

@@ -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}

+ 1
- 1
public/less/_user.less View File

@@ -24,7 +24,7 @@
border-bottom: 1px solid #eaeaea;
}

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

Loading…
Cancel
Save