Skip to content

Commit

Permalink
🐞 fix:prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eleliauk committed Oct 6, 2024
1 parent f2180da commit b7c48d2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/pages/editUser/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@
margin-right: 25%;
}
.avatar-user {
background-color: white;
width: 10vh;
height: 10vh;
border-radius: 50%;
border: #ffd777 solid 1.81rpx;
align-content: center;
margin-right: 25%;

background-color: white;
width: 10vh;
height: 10vh;
border-radius: 50%;
border: #ffd777 solid 1.81rpx;
align-content: center;
margin-right: 25%;
}
.nickname-container {
display: flex;
Expand Down

0 comments on commit b7c48d2

Please sign in to comment.