mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
interface: full width images for notebook posts
This commit is contained in:
parent
e6996cb77c
commit
4174fd6829
@ -1,5 +1,5 @@
|
||||
import {
|
||||
Box,
|
||||
Box
|
||||
} from '@tlon/indigo-react';
|
||||
import React from 'react';
|
||||
import useSettingsState from '~/logic/state/settings';
|
||||
@ -103,7 +103,7 @@ function RemoteContentInner(props: RemoteContentProps) {
|
||||
return (
|
||||
<Box mt={1} mb={2} flexShrink={0}>
|
||||
<RemoteContentWrapper {...wrapperProps} noOp={transcluded} replaced>
|
||||
<RemoteContentImageEmbed url={url} />
|
||||
<RemoteContentImageEmbed url={url} stretch={tall} />
|
||||
</RemoteContentWrapper>
|
||||
</Box>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user