this repo has no description
0
fork

Configure Feed

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

Make text inside replies button bolder

+7 -3
+5 -1
src/app.css
··· 552 552 border-radius: 8px; 553 553 cursor: pointer; 554 554 text-transform: uppercase; 555 - font-weight: 500; 556 555 font-size: 12px; 557 556 color: var(--text-insignificant-color); 558 557 user-select: none; ··· 560 559 position: relative; 561 560 list-style: none; 562 561 white-space: nowrap; 562 + 563 + b { 564 + font-weight: 500; 565 + color: var(--text-color); 566 + } 563 567 } 564 568 .timeline.contextual > li .replies > .replies-summary::-webkit-details-marker { 565 569 display: none;
+2 -2
src/pages/status.jsx
··· 1280 1280 /> 1281 1281 ))} 1282 1282 </span> 1283 - <span> 1283 + <b> 1284 1284 <span title={replies.length}>{shortenNumber(replies.length)}</span>{' '} 1285 1285 repl 1286 1286 {replies.length === 1 ? 'y' : 'ies'} 1287 - </span> 1287 + </b> 1288 1288 {!sameCount && totalComments > 1 && ( 1289 1289 <> 1290 1290 {' '}