Management: Adjust styles in channel editing (#4775)
This commit is contained in:
parent
7bfb334d63
commit
b1267fa763
@ -323,7 +323,7 @@ const ManageChannel: FC<OwnProps & StateProps> = ({
|
||||
onClick={handleClickSubscribers}
|
||||
>
|
||||
<span className="title" dir="auto">{lang('ChannelSubscribers')}</span>
|
||||
<span className="subtitle" dir="auto">{lang('Subscribers', chat.membersCount ?? 0, 'i')}</span>
|
||||
<span className="subtitle" dir="auto">{formatInteger(chat.membersCount!)}</span>
|
||||
</ListItem>
|
||||
<ListItem
|
||||
icon="delete-user"
|
||||
|
||||
@ -194,6 +194,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.Checkbox {
|
||||
padding-left: 3.875rem;
|
||||
}
|
||||
|
||||
.Spinner {
|
||||
margin: 2rem auto;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user