Skip to content

Commit

Permalink
Merge pull request #94 from hyosung-second-team1/85-jsp-vote-distance
Browse files Browse the repository at this point in the history
[Fix] 프로필 이미지 비율 조정
  • Loading branch information
Koneweekk authored May 16, 2024
2 parents 9421675 + 957adf5 commit be1c84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/static/css/inc/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ body {
border-radius: 10px;
background-color: white;
cursor: pointer;
overflow: hidden;
}

#profile-img {
width: 100%;
height: 100%;
object-fit: cover;
}

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/static/js/inc/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ async function updateProfile(name, phoneNumber, address, imageData) {
// 예외 처리
}

console.log(response)

return response
}
// ----- 회원정보 업데이트 ajax -----
Expand Down

0 comments on commit be1c84e

Please sign in to comment.