mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
adjust maxWidth for iphone web embed
This commit is contained in:
parent
4e60a2d878
commit
e0372bfc5a
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
|
|||
id="article-container"
|
||||
css={{
|
||||
padding: '16px',
|
||||
maxWidth: '100%',
|
||||
maxWidth: props.isAppleAppEmbed ? 1024 - styles.margin : '100%',
|
||||
background: props.isAppleAppEmbed
|
||||
? 'unset'
|
||||
: theme.colors.grayBg.toString(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue