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