1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-05 17:18:21 +00:00

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

This commit is contained in:
jaqra
2019-09-14 00:58:31 +03:00
committed by Lauris BH
parent b228d22736
commit 91ea086ebe
3 changed files with 12 additions and 0 deletions

View File

@@ -391,6 +391,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}