Skip to content

Commit

Permalink
Fix profile avatar distortions
Browse files Browse the repository at this point in the history
  • Loading branch information
yugisu-flux committed Jun 7, 2024
1 parent 9643237 commit 0b9c900
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 22 deletions.
7 changes: 0 additions & 7 deletions src/components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,3 @@
width: 100px;
height: 30px;
}

.image {
height: 50px;
margin: 10px;
border: 2.5px solid #444A6E;
border-radius: 100px;
}
8 changes: 0 additions & 8 deletions src/components/MainPage2.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,3 @@ body, html, #root {
.friend-answer {
font-size: 14px;
}


.image {
height: 50px;
margin: 10px;
border: 2.5px solid #444A6E;
border-radius: 100px;
}
2 changes: 2 additions & 0 deletions src/components/ProfilePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ body, html, #root {
}

.profile-icon {
flex: 0 0 100px;
width: 100px;
height: 100px;
max-width: 100%;
border-radius: 50%;
object-fit: cover;
border: 2px solid #3b3b5f;
Expand Down
7 changes: 0 additions & 7 deletions src/components/Search.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ body {
background-color: #FCF4E4; /* Adjust header background color */
}

.image {
height: 50px;
margin: 10px;
border: 2.5px solid #444A6E;
border-radius: 100px;
width: auto;
}
/* App logo styling */
.app-logo {
height: 70px; /* Adjusted to a fixed height instead of using 'cap' */
Expand Down
8 changes: 8 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ body,
html {
background-color: #2c2b4a;
}

.image {
height: 50px;
width: 50px;
margin: 10px;
border: 2.5px solid #444a6e;
border-radius: 100px;
}

0 comments on commit 0b9c900

Please sign in to comment.