api: Move PDF Generation assets

This commit is contained in:
TheOnlyWayUp
2025-06-09 14:19:26 +00:00
parent 0ec0a65afc
commit 3810b4661c
9 changed files with 9 additions and 1 deletions
@@ -30,7 +30,7 @@
<p id="copyright-printing">Printing: {printing}</p> <p id="copyright-printing">Printing: {printing}</p>
<p id="copyright-printing">ID: {book_id}. <a href="https://wattpad.com/story/{book_id}" target="_blank" id="copyright-link">View this Book Online</a></p> <p id="book-link">ID: {book_id}. <a href="https://wattpad.com/story/{book_id}" target="_blank" id="copyright-link">View this Book Online</a></p>
@@ -389,6 +389,14 @@ a:hover {
} }
#book-link {
font-size: 14px;
color: #666;
margin: 8px 0;
text-align: center;
}
#copyright-separator { #copyright-separator {
width: 100%; width: 100%;
max-width: 400px; max-width: 400px;