Skip to content

Commit 361202a

Browse files
committed
Improve heatmap month labels
1 parent 7e1a888 commit 361202a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

apps/desktop-tauri/src/styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,14 +646,17 @@ html:has(.tray-panel) body {
646646
}
647647

648648
.usage-spend-heatmap__months {
649-
grid-template-rows: 16px;
649+
display: flex;
650+
align-items: center;
651+
justify-content: space-between;
652+
gap: 8px;
650653
color: var(--app-muted);
651654
font-size: 10px;
652655
white-space: nowrap;
653656
}
654657

655658
.usage-spend-heatmap__months span {
656-
overflow: hidden;
659+
flex: 0 0 auto;
657660
}
658661

659662
.usage-spend-heatmap__cell {

0 commit comments

Comments
 (0)