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/less | |
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/less')
-rw-r--r-- | public/less/_repository.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 3ba747bdd1..8eb4a45bd3 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -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 { |