WakaTime plugin (#90)

This commit is contained in:
Simon Lecoq
2021-02-02 23:20:12 +01:00
committed by GitHub
parent eba6282309
commit da66a7bf8e
11 changed files with 328 additions and 3 deletions

View File

@@ -361,6 +361,11 @@
font-size: 7px;
}
.chart-bars .entry .empty {
width: 100%;
text-align: center;
}
.chart-bars .bar {
width: 7px;
background-color: var(--color-calendar-graph-day-bg);
@@ -370,7 +375,6 @@
.chart-bars.horizontal {
flex-direction: column;
align-items: space-between;
height: 100%;
}
@@ -383,7 +387,10 @@
.chart-bars.horizontal .entry .name {
flex-shrink: 0;
text-align: right;
min-width: 30%;
width: 34%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.chart-bars .entry .bottom {