this repo has no description
0
fork

Configure Feed

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

Special styling for .content.truncated

+14
+14
src/components/status.css
··· 511 511 } 512 512 .status .content-container.has-spoiler:not(.show-spoiler) .spoiler-button { 513 513 ~ *:not( 514 + .content.truncated, 514 515 .media-container, 515 516 .card, 516 517 .media-figure-multiple, ··· 540 541 img { 541 542 filter: invert(0.5); 542 543 background-color: black; 544 + } 545 + } 546 + 547 + ~ .content.truncated { 548 + opacity: 1; 549 + 550 + > * { 551 + opacity: 0.2; 552 + text-decoration-thickness: 1.5em; 553 + text-decoration-line: line-through; 554 + text-rendering: optimizeSpeed; 555 + pointer-events: none; 556 + user-select: none; 543 557 } 544 558 } 545 559