Add Stargazers plugin (#37)

This commit is contained in:
Simon Lecoq
2021-01-05 12:39:04 +01:00
committed by GitHub
parent 97c28b88fc
commit b06d9ff898
15 changed files with 295 additions and 12 deletions

View File

@@ -79,6 +79,9 @@
.fill-width {
width: 100%;
}
.margin-bottom {
margin-bottom: 16px;
}
/* User avatar */
.avatar {
@@ -367,6 +370,15 @@
min-width: 30%;
}
.chart-bars .entry {
position: relative;
}
.chart-bars .entry .bottom {
position: absolute;
top: 100%;
}
.chart-bars.horizontal .bar {
height: 7px;
width: auto;