From deca69d5c4f60da1a0589939a3a173529914e2a7 Mon Sep 17 00:00:00 2001 From: Todd Parsons Date: Tue, 29 Aug 2023 15:46:13 +0100 Subject: [PATCH] FINALLY fixed missing content in PDF export --- typora/torillic.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/typora/torillic.css b/typora/torillic.css index ca2629b..3af44c9 100644 --- a/typora/torillic.css +++ b/typora/torillic.css @@ -107,12 +107,19 @@ content:after, .typora-export-content:after { content:after, .typora-export-content:after { display: none; } + body { + min-height: 0; + margin: 0; + overflow-y: visible; + background: none; + } + html { + background-image: url("https://www.dndbeyond.com/content/1-0-1895-0/skins/waterdeep/images/mon-summary/paper-texture.png"); + background-color: var(--offwhite); + } #write, #typora-source { - min-height: 0; - padding: 0; - overflow-y: visible; - box-shadow: none; - background: none; + background: none; + box-shadow: none; } }