mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-12 22:46:11 +03:00
Merge pull request #5691 from urbit/lf/object-fit
interface: use object-fit:cover
This commit is contained in:
commit
116b0c540a
@ -87,7 +87,7 @@ export function RemoteContentImageEmbed(
|
||||
height="192px"
|
||||
maxWidth="192px"
|
||||
width="100%"
|
||||
objectFit="contain"
|
||||
objectFit="cover"
|
||||
borderRadius={2}
|
||||
onError={onError}
|
||||
{...props}
|
||||
|
Loading…
Reference in New Issue
Block a user