this repo has no description
0
fork

Configure Feed

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

Prevent nested 'Read more's

+4 -1
+4 -1
src/components/status.css
··· 93 93 text-decoration: none; 94 94 color: var(--text-color); 95 95 } 96 - .status-card-link:not(.status-card-link .status-card-link):has(.truncated) { 96 + .status-card-link:not( 97 + .truncated .status-card-link, /* parent status already truncated */ 98 + .status-card-link .status-card-link /* nested status cards */ 99 + ):has(.truncated) { 97 100 position: relative; 98 101 99 102 &:after {