mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 18:48:39 +00:00
a little better but WTF
This commit is contained in:
@@ -150,7 +150,7 @@ const EmbedPage = (props)=>{
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='sharePage sitePage'>
|
<div>
|
||||||
<Meta name='robots' content='noindex, nofollow' />
|
<Meta name='robots' content='noindex, nofollow' />
|
||||||
{renderStyle()}
|
{renderStyle()}
|
||||||
<div className={`pages ${displayOptions.startOnRight ? 'recto' : 'verso'} ${displayOptions.spread}`} lang={`${props.lang || 'en'}`} style={pagesStyle}>
|
<div className={`pages ${displayOptions.startOnRight ? 'recto' : 'verso'} ${displayOptions.spread}`} lang={`${props.lang || 'en'}`} style={pagesStyle}>
|
||||||
|
|||||||
@@ -2,3 +2,12 @@
|
|||||||
margin : 0;
|
margin : 0;
|
||||||
size : 8.5in 11in;
|
size : 8.5in 11in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page {
|
||||||
|
page-break-before : always;
|
||||||
|
page-break-after : always;
|
||||||
|
display : flex;
|
||||||
|
flex-direction : column;
|
||||||
|
height : 100%;
|
||||||
|
overflow-y : auto;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user