this repo has no description
3
fork

Configure Feed

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

bug: make star / trophy not overlap with title

+2 -1
+2 -1
public/index.html
··· 126 126 font-size: 1.3rem; 127 127 line-height: 1.3; 128 128 color: var(--text-color); 129 + max-width: 95%; 129 130 } 130 131 131 132 .story-meta { ··· 297 298 content: "⭐"; 298 299 position: absolute; 299 300 top: 0.5rem; 300 - right: 2.5rem; 301 + right: 0.75rem; 301 302 font-size: 1.5rem; 302 303 } 303 304