this repo has no description
0
fork

Configure Feed

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

Stripes if PM

+4
+4
src/components/status.css
··· 361 361 background-repeat: no-repeat; 362 362 background-size: 100% calc(100% - var(--top-padding) / 2); 363 363 364 + &.visibility-direct { 365 + background-image: var(--yellow-stripes); 366 + } 367 + 364 368 > * { 365 369 opacity: 0.65; 366 370 transition: opacity 1s ease-out;