Change the curve value of the profile icon

This commit is contained in:
NoriDev 2023-05-25 09:59:34 +09:00
parent d94223c3ef
commit f06888da3b
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ function openProfile() {
width: 50px;
aspect-ratio: 1;
margin-right: 150px;
border-radius: 999px;
border-radius: 18px;
}
}
}

View file

@ -171,7 +171,7 @@ function openProfile() {
width: 50px;
aspect-ratio: 1;
margin-right: 150px;
border-radius: 999px;
border-radius: 18px;
}
}
}