Add contributors plugin (#126)

This commit is contained in:
Simon Lecoq
2021-02-17 13:28:59 +01:00
committed by GitHub
parent 050fb2e330
commit fdf8b8f97b
10 changed files with 215 additions and 0 deletions

View File

@@ -686,6 +686,27 @@
fill: #58a6ff;
}
/* Contributors */
.contributors {
display: flex;
flex-wrap: wrap;
margin-left: 6px;
}
.contributors .label {
padding-left: 0;
display: flex;
align-items: center;
position: relative;
}
.contributors .label img {
margin-left: 0;
}
.contributors .contributions {
position: absolute;
bottom: 100%;
right: 100%;
}
/* Fade animation */
.af {
opacity: 0;