fix placeholder position

This commit is contained in:
Samuel Newman
2025-01-06 19:48:58 +00:00
parent 94d12a43bd
commit 34bd388bf0
+1 -1
View File
@@ -228,7 +228,7 @@ function ProfileCard() {
<LoadingPlaceholder <LoadingPlaceholder
width={size} width={size}
height={size} height={size}
style={{borderRadius: size}} style={[{borderRadius: size}, gtTablet && a.ml_lg]}
/> />
)} )}
<Prompt.Basic <Prompt.Basic