chore: image object-fit
This commit is contained in:
@@ -16,6 +16,7 @@ const StyledWrapper = styled.div`
|
||||
background-color: #eee;
|
||||
/* border: 1px solid #eee; */
|
||||
img {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ const StyledWrapper = styled.div`
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
}
|
||||
.toggle {
|
||||
}
|
||||
|
||||
@@ -26,6 +26,8 @@ const StyledWrapper = styled.div`
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.info {
|
||||
|
||||
@@ -9,6 +9,7 @@ const StyledWrapper = styled.div`
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
img {
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user