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;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
margin-top: 24px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__description {
|
&__description {
|
||||||
|
|
|
@ -83,7 +83,7 @@ function BadgeDialogWithBadges({
|
||||||
type="button"
|
type="button"
|
||||||
/>
|
/>
|
||||||
<div className="BadgeDialog__main">
|
<div className="BadgeDialog__main">
|
||||||
<BadgeImage badge={currentBadge} size={200} />
|
<BadgeImage badge={currentBadge} size={160} />
|
||||||
<div className="BadgeDialog__name">{currentBadge.name}</div>
|
<div className="BadgeDialog__name">{currentBadge.name}</div>
|
||||||
<div className="BadgeDialog__description">
|
<div className="BadgeDialog__description">
|
||||||
<BadgeDescription
|
<BadgeDescription
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue