Skip to content

Commit 0b2596f

Browse files
authored
Merge pull request #209 from pirogramming/develop
[Fix] 이미지 검정 테두리 삭제 끝
2 parents 28cfa31 + aa01821 commit 0b2596f

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

static/accounts/profile.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,11 @@ body {
8383
width: 94px;
8484
height: 94px;
8585
border-radius: 50%;
86-
background-color: var(--neutralslate-blackslate-black-50);
8786
display: flex;
8887
align-items: center;
8988
justify-content: center;
90-
91-
border: 2px solid var(--variable-collection-border-gary40);
9289
}
9390

94-
.profile-picture:hover {
95-
background-color: var(--neutralslate-blackslate-black-100);
96-
}
9791

9892
.profile-icon {
9993
width: 40px;

templates/accounts/profile_edit.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ <h2 style="margin: 0; font-size: 18px;">프로필 편집</h2>
132132
display: flex;
133133
align-items: center;
134134
justify-content: center;
135+
background: transparent !important;
136+
border: none !important;
135137
}
136138

137139
.camera-icon {

0 commit comments

Comments
 (0)