Skip to content

Commit

Permalink
refactor : image
Browse files Browse the repository at this point in the history
  • Loading branch information
YGwan committed Aug 17, 2023
1 parent bd67caa commit 509c203
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/static/css/personal-information.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
height: 48px;
overflow: hidden;
flex-shrink: 0;
border-radius: 50%;
}
.frame1234,
.setting6 {
Expand Down Expand Up @@ -169,6 +170,8 @@
flex-direction: row;
align-items: center;
justify-content: center;
border-radius: 50%;

}
.application,
.sex {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/css/setting-account.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
border-bottom: 1px solid var(--coolgray-10);
display: flex;
flex-direction: row;
padding: var(--padding-xs) var(--padding-5xs);s
padding: var(--padding-xs) var(--padding-5xs);
align-items: center;
justify-content: flex-start;
gap: var(--gap-5xs);
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/static/js/personal-information.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async function fetchMyInfo() {
.then(response => response.json())
.then(data => {
image_data = data.url;
alert(image_data)
})
.catch(error => {
console.error("Error fetching data:", error);
Expand Down

0 comments on commit 509c203

Please sign in to comment.