mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
interface: static height for embedded images
This commit is contained in:
parent
be722a246b
commit
75a2c2b979
@ -84,7 +84,8 @@ export function RemoteContentImageEmbed(
|
||||
referrerPolicy="no-referrer"
|
||||
flexShrink={0}
|
||||
src={url}
|
||||
height="100%"
|
||||
height="192px"
|
||||
maxWidth="192px"
|
||||
width="100%"
|
||||
objectFit="contain"
|
||||
borderRadius={2}
|
||||
|
Loading…
Reference in New Issue
Block a user