this repo has no description
0
fork

Configure Feed

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

Clamp 3 lines

+9 -1
+1 -1
src/components/account-block.jsx
··· 82 82 }} 83 83 > 84 84 <Avatar url={avatar} size={avatarSize} squircle={bot} /> 85 - <span> 85 + <span class="account-block-content"> 86 86 {!hideDisplayName && ( 87 87 <> 88 88 {displayName ? (
+8
src/components/account-info.css
··· 462 462 var(--bg-color) calc(100% - 8px), 463 463 transparent 464 464 ); 465 + 466 + .account-block-content { 467 + display: -webkit-box; 468 + -webkit-box-orient: vertical; 469 + overflow: hidden; 470 + line-clamp: 3; 471 + -webkit-line-clamp: 3; 472 + } 465 473 } 466 474 467 475 .faux-header-bg {