WakaTime plugin (#90)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user