Design fixes (#696)
* Design fixes * Fix design * unused code * Fix tests
This commit is contained in:
@ -28,7 +28,8 @@ const Picture = styled.button<{ withPicture: boolean }>`
|
||||
width: 66px;
|
||||
|
||||
img {
|
||||
object-fit: cover;
|
||||
height: 100%;
|
||||
object-fit: fill;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user