Skip to content

Commit

Permalink
Fix arrow in the wrong place on empty list members screen in web UI (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Nov 25, 2024
1 parent 1be83c6 commit 1a88c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/lists/members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const ListMembers: React.FC<{
footer={
mode === 'remove' && (
<>
<div className='spacer' />
{displayedAccountIds.length > 0 && <div className='spacer' />}

<div className='column-footer'>
<Link to={`/lists/${id}`} className='button button--block'>
Expand Down

0 comments on commit 1a88c05

Please sign in to comment.