Skip to content

Commit 47a10e6

Browse files
committed
fix(renderer): adjust typography for worktree brach title
1 parent a950e57 commit 47a10e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/renderer/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,8 +1596,9 @@ html[data-platform="darwin"] .lightcode-content-over-drag-region--drag {
15961596
align-items: center;
15971597
gap: 0.35rem;
15981598
color: var(--foreground);
1599-
font-size: 0.875rem;
1600-
font-weight: 600;
1599+
font-size: 0.8125rem;
1600+
font-weight: 500;
1601+
white-space: nowrap;
16011602
}
16021603

16031604
.lightcode-context-indicator {

0 commit comments

Comments
 (0)