diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-06-20 09:16:01 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-06-20 15:16:01 +0800 |
commit | de9b398cde5f8882387a5efd318ca7d42333d20f (patch) | |
tree | 06fd9d13359487e402ebbeaea75f46a747a4ef5c /public/css | |
parent | 8ec659722df32048561c713f2d533a20a7f0d5ef (diff) | |
download | gitea-de9b398cde5f8882387a5efd318ca7d42333d20f.tar.gz gitea-de9b398cde5f8882387a5efd318ca7d42333d20f.zip |
add .fa margin like .octicon (#7258)
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/index.css b/public/css/index.css index 02cd400b2f..24a5d7865c 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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} |