diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-09-13 07:15:26 +0300 |
---|---|---|
committer | Lauris BH <lauris.buksis@zzdats.lv> | 2019-09-13 07:15:26 +0300 |
commit | 0c47fe2d77bdbff8b3cee9d102297d4e1a90441e (patch) | |
tree | 6b3b2828e98693d8ccffa8a6f1bb3d7e6a1ee919 /public/css | |
parent | 2837563147d18dba263ed4c7a1b87571474220c4 (diff) | |
download | gitea-0c47fe2d77bdbff8b3cee9d102297d4e1a90441e.tar.gz gitea-0c47fe2d77bdbff8b3cee9d102297d4e1a90441e.zip |
[fix #7384] make show private icon when repo avatar set (#8144)
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index 5339aefe67..f58e56bf0a 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -417,6 +417,8 @@ footer .ui.left,footer .ui.right{line-height:40px} .repository .repo-header .ui.header{margin-top:0} .repository .repo-header .mega-octicon{width:30px;font-size:30px} .repository .repo-header .ui.huge.breadcrumb{font-weight:400;font-size:1.5rem} +.repository .repo-header .ui.huge.breadcrumb i.mega-octicon{position:relative;top:5px} +.repository .repo-header .ui.huge.breadcrumb i.octicon-lock{margin-left:5px} .repository .repo-header .fork-flag{margin-left:36px;margin-top:3px;display:block;font-size:12px;white-space:nowrap} .repository .repo-header .octicon.octicon-repo-forked{margin-top:-1px;font-size:15px} .repository .repo-header .button{margin-top:2px;margin-bottom:2px} |