mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add org avatar on top of internal repo icon (#11895)
* Add org avatar on top of internal repo icon * add color for arc-green * use wrapper div to avoid negative margins * rename class and move div * move div to icon tmpl * remove unnecessary margin for lock octicon * fix label align together with #11891 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
committed by
GitHub
parent
6764daf7e5
commit
0ea479561d
@@ -14,13 +14,24 @@
|
||||
font-weight: 400;
|
||||
font-size: 1.5rem;
|
||||
|
||||
svg {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
.label {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
svg.octicon-lock {
|
||||
margin-left: 5px;
|
||||
&.repo-title .repo-header-icon {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
.avatar {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
color: #fafafa;
|
||||
box-shadow: 0 0 0 2px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user