fix: years added to timeline

This commit is contained in:
2026-02-22 15:08:09 +01:00
parent 7ff88affdb
commit b4109d7210
3 changed files with 100 additions and 1 deletions

View File

@@ -519,12 +519,23 @@
}
.timeline-bar-label {
display: flex;
flex-direction: column;
align-items: center;
font-size: 9px;
color: var(--vscode-descriptionForeground);
margin-top: 4px;
line-height: 1.15;
}
.timeline-bar-label-month {
white-space: nowrap;
}
.timeline-bar-label-year {
font-size: 8px;
}
/* Tag cloud */
.tag-cloud {
display: flex;