chore: move badges to top half of user profile

This commit is contained in:
Paul Makles
2023-06-11 13:02:38 +01:00
parent c9573c7440
commit d4728b8107
2 changed files with 19 additions and 19 deletions

View File

@@ -22,12 +22,11 @@ enum Badges {
const BadgesBase = styled.div`
gap: 8px;
display: flex;
margin-top: 4px;
flex-direction: row;
img {
width: 32px;
height: 32px;
width: 24px;
height: 24px;
}
`;
@@ -103,7 +102,7 @@ export default function UserBadges({ badges, uid }: Props) {
content={
<Text id="app.special.popovers.user_profile.badges.responsible_disclosure" />
}>
<Shield size={32} color="gray" />
<Shield size={24} color="gray" />
</Tooltip>
) : (
<></>