this repo has no description
0
fork

Configure Feed

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

Bigger check for poll option

+4 -1
+3
src/components/status.css
··· 446 446 margin: 8px 0; 447 447 font-size: 90%; 448 448 } 449 + .poll-option-title .icon { 450 + vertical-align: middle; 451 + } 449 452 450 453 /* EXTRA META */ 451 454
+1 -1
src/components/status.jsx
··· 888 888 {voted && ownVotes.includes(i) && ( 889 889 <> 890 890 {' '} 891 - <Icon icon="check-circle" size="s" /> 891 + <Icon icon="check-circle" /> 892 892 </> 893 893 )} 894 894 </div>