Skip to content

Commit 9b706a6

Browse files
committed
style: reduce sidebar typography sizes for denser thread rows
1 parent 5f2ce3d commit 9b706a6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/styles/sidebar.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,9 +1152,9 @@
11521152
overflow: hidden;
11531153
text-overflow: ellipsis;
11541154
white-space: nowrap;
1155-
font-size: 13px;
1156-
font-weight: 600;
1157-
line-height: 1.3;
1155+
font-size: 12px;
1156+
font-weight: 500;
1157+
line-height: 1.2;
11581158
}
11591159

11601160
.thread-details {
@@ -1186,7 +1186,7 @@
11861186

11871187
.thread-workspace-label {
11881188
color: var(--text-muted);
1189-
font-size: 11px;
1189+
font-size: 10px;
11901190
}
11911191

11921192
.thread-subagent-pill,
@@ -1321,7 +1321,7 @@
13211321

13221322
.thread-time {
13231323
color: var(--text-faint);
1324-
font-size: 11px;
1324+
font-size: 10px;
13251325
white-space: nowrap;
13261326
padding-top: 2px;
13271327
}
@@ -1333,7 +1333,7 @@
13331333
display: inline-flex;
13341334
align-items: center;
13351335
justify-content: flex-end;
1336-
font-size: 11px;
1336+
font-size: 10px;
13371337
line-height: 1.2;
13381338
padding: 0;
13391339
-webkit-app-region: no-drag;

0 commit comments

Comments
 (0)