this repo has no description
0
fork

Configure Feed

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

make scrolling on carousel smoothhhher

Only for fine cursors or hover pointers

+5
+5
src/app.css
··· 660 660 counter-increment: index; 661 661 position: relative; 662 662 } 663 + @media (hover: hover) or (pointer: fine) { 664 + .status-carousel ul > li { 665 + scroll-snap-stop: normal; 666 + } 667 + } 663 668 .status-carousel .content-container .content:only-child { 664 669 font-size: calc(100% + 25% * max(2 - var(--content-text-weight), 0)); 665 670 }