1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +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

@@ -20,6 +20,15 @@
.ui.huge.breadcrumb {
font-weight: 400;
font-size: 1.5rem;
i.mega-octicon {
position: relative;
top: 5px;
}
i.octicon-lock {
margin-left: 5px;
}
}
.fork-flag {