Fix avatar placement for new avatar image
This commit is contained in:
@@ -180,6 +180,9 @@ body {
|
|||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-avatar-placeholder {
|
.user-avatar-placeholder {
|
||||||
@@ -199,6 +202,7 @@ body {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-preview-img {
|
.photo-preview-img {
|
||||||
|
|||||||
Reference in New Issue
Block a user