Star Transaction Modal: Fix avatar size
This commit is contained in:
parent
19a9ed3809
commit
bb70551ef3
@ -40,8 +40,9 @@
|
|||||||
.title {
|
.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
font-size: 1.75rem;
|
font-size: 1.5rem;
|
||||||
line-height: 1.25;
|
font-weight: 600;
|
||||||
|
margin: 0.5rem 0 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tid {
|
.tid {
|
||||||
|
|||||||
@ -122,7 +122,7 @@ const StarsTransactionModal: FC<OwnProps & StateProps> = ({
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{shouldDisplayAvatar && (
|
{shouldDisplayAvatar && (
|
||||||
<Avatar peer={avatarPeer} webPhoto={photo} size="jumbo" />
|
<Avatar peer={avatarPeer} webPhoto={photo} size="giant" />
|
||||||
)}
|
)}
|
||||||
<img
|
<img
|
||||||
className={buildClassName(styles.starsBackground)}
|
className={buildClassName(styles.starsBackground)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user