Bunch these avatars too

This commit is contained in:
Lim Chee Aun 2023-10-19 17:45:37 +08:00
parent c9545cdc34
commit a5532488aa
2 changed files with 5 additions and 1 deletions

View file

@ -676,6 +676,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
position: relative;
border-radius: 0;
padding-block: 16px !important;
.avatars-bunch > .avatar:not(:first-child) {
margin-left: -4px;
}
}
.timeline .show-more:hover {
filter: none !important;

View file

@ -1062,7 +1062,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
onClick={() => setLimit((l) => l + LIMIT)}
style={{ marginBlockEnd: '6em' }}
>
<div class="ib">
<div class="ib avatars-bunch">
{/* show avatars for first 5 statuses */}
{statuses.slice(limit, limit + 5).map((status) => (
<Avatar