Skip to content

Commit 8b62571

Browse files
committed
Sticky gutter and collapsed section indicators
1 parent d9476f4 commit 8b62571

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/unison-share/page/project-contribution-changes-page.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@
303303
border-bottom: 1px solid var(--u-color_border_subdued);
304304
font-size: var(--font-size-extra-small);
305305
overflow: hidden;
306+
position: sticky: left;
307+
left: 0;
306308
}
307309

308310
& .definition-change.card .collapsed-section .icon {
@@ -362,6 +364,8 @@
362364
display: flex;
363365
align-items: center;
364366
justify-content: flex-end;
367+
position: sticky: left;
368+
left: 0;
365369
}
366370

367371
& .definition-change.card a:hover {

0 commit comments

Comments
 (0)