mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 12:29:26 +01:00
Fix arrow in the wrong place on empty list members screen in web UI (#33054)
This commit is contained in:
parent
1be83c6982
commit
1a88c05274
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ const ListMembers: React.FC<{
|
||||||
footer={
|
footer={
|
||||||
mode === 'remove' && (
|
mode === 'remove' && (
|
||||||
<>
|
<>
|
||||||
<div className='spacer' />
|
{displayedAccountIds.length > 0 && <div className='spacer' />}
|
||||||
|
|
||||||
<div className='column-footer'>
|
<div className='column-footer'>
|
||||||
<Link to={`/lists/${id}`} className='button button--block'>
|
<Link to={`/lists/${id}`} className='button button--block'>
|
||||||
|
|
Loading…
Reference in a new issue