this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Experiment unindenting deep single replies

+16
+16
src/app.css
··· 686 686 pointer-events: none; 687 687 } 688 688 689 + .timeline.contextual > li .replies { 690 + > ul > li:only-child { 691 + > .replies { 692 + > ul > li:only-child { 693 + margin-left: calc(-1 * var(--line-margin-end)); 694 + background-position: calc(16px) 0; 695 + background-size: 100% calc(20px + 8px); 696 + 697 + &:before { 698 + display: none; 699 + } 700 + } 701 + } 702 + } 703 + } 704 + 689 705 .timeline-deck.compact .status { 690 706 max-height: max(25vh, 160px); 691 707 overflow: hidden;