.
This commit is contained in:
parent
10068bb1c7
commit
70143f3174
@ -186,7 +186,7 @@ const profilePreviewStyle = computed(() => ({
|
|||||||
height: '100px',
|
height: '100px',
|
||||||
backgroundImage: `url(${profile.value})`,
|
backgroundImage: `url(${profile.value})`,
|
||||||
backgroundRepeat: 'no-repeat',
|
backgroundRepeat: 'no-repeat',
|
||||||
backgroundSize: 'contain',
|
backgroundSize: 'cover',
|
||||||
backgroundPosition: 'center'
|
backgroundPosition: 'center'
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user