1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

[fix #7384] make show private icon when repo avatar set (#8144)

This commit is contained in:
jaqra
2019-09-13 07:15:26 +03:00
committed by Lauris BH
parent 2837563147
commit 0c47fe2d77
3 changed files with 12 additions and 0 deletions

View File

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