this repo has no description
0
fork

Configure Feed

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

Subtle blockquote styling

+14 -2
+14 -2
src/components/status.css
··· 560 560 .status .content blockquote { 561 561 margin-block: min(0.75em, 12px); 562 562 margin-inline: 0; 563 - padding: 0 0 0 8px; 564 - border-left: 4px solid var(--link-faded-color); 563 + padding-block: 0; 564 + padding-inline: 12px 0; 565 + /* border-left: 4px solid var(--link-faded-color); */ 566 + position: relative; 567 + 568 + &:before { 569 + position: absolute; 570 + content: ''; 571 + width: 3px; 572 + background-color: var(--link-faded-color); 573 + inset-block: 0; 574 + inset-inline-start: 0; 575 + border-radius: 9999px; 576 + } 565 577 } 566 578 .status .content > :is(ul, ol), 567 579 .status .content > div > :is(ul, ol) {