Skip to content

Commit be452f2

Browse files
committed
fix(sidebar): add gap for nested thread content
1 parent 9b706a6 commit be452f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@
11361136
}
11371137

11381138
.thread-row.is-nested .thread-content {
1139-
gap: 0;
1139+
gap: 3px;
11401140
}
11411141

11421142
.thread-headline {

0 commit comments

Comments
 (0)