Shrink badge image on badge dialog screen
This commit is contained in:
parent
f4e336836f
commit
117cb074c7
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 24px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
&__description {
|
||||
|
|
|
@ -83,7 +83,7 @@ function BadgeDialogWithBadges({
|
|||
type="button"
|
||||
/>
|
||||
<div className="BadgeDialog__main">
|
||||
<BadgeImage badge={currentBadge} size={200} />
|
||||
<BadgeImage badge={currentBadge} size={160} />
|
||||
<div className="BadgeDialog__name">{currentBadge.name}</div>
|
||||
<div className="BadgeDialog__description">
|
||||
<BadgeDescription
|
||||
|
|
Loading…
Reference in a new issue