fix group image alignment

This commit is contained in:
dank074 2021-11-12 20:56:03 -06:00
parent c4e84cd921
commit f5d75f91cc

View File

@ -104,8 +104,8 @@ export const GroupInformationView: FC<GroupInformationViewProps> = props =>
<div className="group-information text-black p-2"> <div className="group-information text-black p-2">
<div> <div>
<div className="text-center d-flex flex-column h-100 small text-black text-decoration-underline"> <div className="text-center d-flex flex-column h-100 small text-black text-decoration-underline">
<div className="group-badge"> <div className="group-badge d-flex align-items-center">
<BadgeImageView badgeCode={ groupInformation.badge } isGroup={ true } className="mx-auto"/> <BadgeImageView badgeCode={ groupInformation.badge } isGroup={ true } className="mx-auto d-block"/>
</div> </div>
<div className="mt-3 cursor-pointer" onClick={ () => handleAction('members') }> <div className="mt-3 cursor-pointer" onClick={ () => handleAction('members') }>
{ LocalizeText('group.membercount', ['totalMembers'], [groupInformation.membersCount.toString()]) } { LocalizeText('group.membercount', ['totalMembers'], [groupInformation.membersCount.toString()]) }