Fix ImageInput object-fit, fix People page title (#712)
This commit is contained in:
@ -29,7 +29,7 @@ const Picture = styled.button<{ withPicture: boolean }>`
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
object-fit: fill;
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@ -51,8 +51,6 @@ export function RightDrawer() {
|
||||
return <></>;
|
||||
}
|
||||
|
||||
console.log(isRightDrawerOpen);
|
||||
|
||||
return (
|
||||
<StyledContainer
|
||||
animate={{
|
||||
|
||||
Reference in New Issue
Block a user