0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 20:38:40 +00:00
This commit is contained in:
David Bolack
2026-03-28 22:36:04 -05:00
parent 0be91191aa
commit edaff80bd3
2 changed files with 3 additions and 13 deletions
@@ -101,8 +101,7 @@ const EmbedPage = (props)=>{
const renderPage = (pageText, index)=>{
let styles = {
...(!displayOptions.pageShadows ? { boxShadow: 'none' } : {}),
marginTop : '10px'
...(!displayOptions.pageShadows ? { boxShadow: 'none' } : {})
// Add more conditions as needed
};
let classes = 'page';